diff options
Diffstat (limited to 'src/lib/libcrypto/cryptlib.h')
-rw-r--r-- | src/lib/libcrypto/cryptlib.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/cryptlib.h b/src/lib/libcrypto/cryptlib.h index 5690133f5b..b45f2c03b4 100644 --- a/src/lib/libcrypto/cryptlib.h +++ b/src/lib/libcrypto/cryptlib.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cryptlib.h,v 1.19 2014/06/12 15:49:27 deraadt Exp $ */ | 1 | /* $OpenBSD: cryptlib.h,v 1.20 2014/07/10 13:58:21 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 | * |
@@ -59,11 +59,6 @@ | |||
59 | #ifndef HEADER_CRYPTLIB_H | 59 | #ifndef HEADER_CRYPTLIB_H |
60 | #define HEADER_CRYPTLIB_H | 60 | #define HEADER_CRYPTLIB_H |
61 | 61 | ||
62 | #include <stdint.h> | ||
63 | #include <stdlib.h> | ||
64 | #include <string.h> | ||
65 | #include <unistd.h> | ||
66 | |||
67 | #include <openssl/crypto.h> | 62 | #include <openssl/crypto.h> |
68 | #include <openssl/buffer.h> | 63 | #include <openssl/buffer.h> |
69 | #include <openssl/bio.h> | 64 | #include <openssl/bio.h> |