diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-05-24 09:16:09 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-05-24 09:16:09 +0000 |
commit | 9c75e6a8e6f2d01462e7584daa387bdc0ad66e18 (patch) | |
tree | 429efd3b04307977ce3a42bab146fbf05641f5ec /lib/libcrypto/err | |
parent | 878a6ae2cf9036ccc7ba0650264698c99c71c363 (diff) |
Almost nothing actually needs to include <openssl/e_os2.h>, however by
including it they get <openssl/opensslconf.h>. So instead of pulling in
<openssl/e_os2.h>, just pull in <openssl/opensslconf.h>.
"go ahead" miod@
Diffstat (limited to 'lib/libcrypto/err')
-rw-r--r-- | lib/libcrypto/err/err.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/err/err.h b/lib/libcrypto/err/err.h index 8facd627119..601f56a6246 100644 --- a/lib/libcrypto/err/err.h +++ b/lib/libcrypto/err/err.h @@ -112,7 +112,7 @@ #ifndef HEADER_ERR_H #define HEADER_ERR_H -#include <openssl/e_os2.h> +#include <openssl/opensslconf.h> #ifndef OPENSSL_NO_FP_API #include <stdio.h> |