diff options
| author | jsing <> | 2016-12-30 15:10:57 +0000 |
|---|---|---|
| committer | jsing <> | 2016-12-30 15:10:57 +0000 |
| commit | 0afd6d01d662af53ddd9e03c955e4a11926e5f76 (patch) | |
| tree | dc2bb6569a6ccff5fc619e8f9f0f2b82bf96e03a /src/lib/libssl/ssl3.h | |
| parent | be9e42ecdc9b0bfe90d5284fb0072104eee43852 (diff) | |
| download | openbsd-0afd6d01d662af53ddd9e03c955e4a11926e5f76.tar.gz openbsd-0afd6d01d662af53ddd9e03c955e4a11926e5f76.tar.bz2 openbsd-0afd6d01d662af53ddd9e03c955e4a11926e5f76.zip | |
Explicitly include openssl/opensslconf.h in headers that use OPENSSL_NO_*
defines - do not rely on another heading making those available for us.
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/ssl3.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl3.h b/src/lib/libssl/ssl3.h index 90fcae7914..c52c0a780e 100644 --- a/src/lib/libssl/ssl3.h +++ b/src/lib/libssl/ssl3.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl3.h,v 1.42 2016/12/21 16:44:31 jsing Exp $ */ | 1 | /* $OpenBSD: ssl3.h,v 1.43 2016/12/30 15:10:57 jsing Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -117,6 +117,7 @@ | |||
| 117 | #ifndef HEADER_SSL3_H | 117 | #ifndef HEADER_SSL3_H |
| 118 | #define HEADER_SSL3_H | 118 | #define HEADER_SSL3_H |
| 119 | 119 | ||
| 120 | #include <openssl/opensslconf.h> | ||
| 120 | #include <openssl/buffer.h> | 121 | #include <openssl/buffer.h> |
| 121 | #include <openssl/evp.h> | 122 | #include <openssl/evp.h> |
| 122 | #include <openssl/ssl.h> | 123 | #include <openssl/ssl.h> |
