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/crypto.h | |
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/crypto.h')
-rw-r--r-- | lib/libcrypto/crypto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/crypto.h b/lib/libcrypto/crypto.h index 00d3cc2aaed..67bb46c7e54 100644 --- a/lib/libcrypto/crypto.h +++ b/lib/libcrypto/crypto.h @@ -119,7 +119,7 @@ #include <stdlib.h> -#include <openssl/e_os2.h> +#include <openssl/opensslconf.h> #ifndef OPENSSL_NO_FP_API #include <stdio.h> |