diff options
author | jsing <> | 2014-07-13 22:13:52 +0000 |
---|---|---|
committer | jsing <> | 2014-07-13 22:13:52 +0000 |
commit | 734069c418dd5db326e494ffe7552276336252b5 (patch) | |
tree | 5883e31fe626c0a75749f92ee5185b14217574c0 /src/lib/libressl/ressl.c | |
parent | 9e28eca16f16dae38f8957111772bbdec58376c9 (diff) | |
download | openbsd-734069c418dd5db326e494ffe7552276336252b5.tar.gz openbsd-734069c418dd5db326e494ffe7552276336252b5.tar.bz2 openbsd-734069c418dd5db326e494ffe7552276336252b5.zip |
Use a single ressl.h header file.
Discussed with beck@ and tedu@.
Diffstat (limited to 'src/lib/libressl/ressl.c')
-rw-r--r-- | src/lib/libressl/ressl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libressl/ressl.c b/src/lib/libressl/ressl.c index 21b7c0ead0..7295c520d2 100644 --- a/src/lib/libressl/ressl.c +++ b/src/lib/libressl/ressl.c | |||
@@ -26,8 +26,7 @@ | |||
26 | 26 | ||
27 | #include <openssl/x509.h> | 27 | #include <openssl/x509.h> |
28 | 28 | ||
29 | #include <ressl/ressl.h> | 29 | #include <ressl.h> |
30 | |||
31 | #include "ressl_internal.h" | 30 | #include "ressl_internal.h" |
32 | 31 | ||
33 | extern struct ressl_config ressl_config_default; | 32 | extern struct ressl_config ressl_config_default; |