diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/a_sign.c')
-rw-r--r-- | src/lib/libcrypto/asn1/a_sign.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/asn1/a_sign.c b/src/lib/libcrypto/asn1/a_sign.c index 1cd9fdaecf..5f2a5e6253 100644 --- a/src/lib/libcrypto/asn1/a_sign.c +++ b/src/lib/libcrypto/asn1/a_sign.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: a_sign.c,v 1.17 2014/06/12 15:49:27 deraadt Exp $ */ | 1 | /* $OpenBSD: a_sign.c,v 1.18 2014/06/24 19:37:58 miod 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 | * |
@@ -114,9 +114,7 @@ | |||
114 | 114 | ||
115 | #include "cryptlib.h" | 115 | #include "cryptlib.h" |
116 | 116 | ||
117 | #ifndef NO_SYS_TYPES_H | 117 | #include <sys/types.h> |
118 | # include <sys/types.h> | ||
119 | #endif | ||
120 | 118 | ||
121 | #include <openssl/bn.h> | 119 | #include <openssl/bn.h> |
122 | #include <openssl/evp.h> | 120 | #include <openssl/evp.h> |