diff options
author | bcook <> | 2016-09-04 12:20:06 +0000 |
---|---|---|
committer | bcook <> | 2016-09-04 12:20:06 +0000 |
commit | 750ff4574cb9d911883ecf00f158988daf742e4f (patch) | |
tree | 1367db6cecfb44efb75d84e61d94356a64625c70 /src | |
parent | 83779b7ee67705d0a4dda6b56b7d8af2ce400d0a (diff) | |
download | openbsd-750ff4574cb9d911883ecf00f158988daf742e4f.tar.gz openbsd-750ff4574cb9d911883ecf00f158988daf742e4f.tar.bz2 openbsd-750ff4574cb9d911883ecf00f158988daf742e4f.zip |
include <sys/cdefs.h> for portable
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/evp/evp_enc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/evp_enc.c b/src/lib/libcrypto/evp/evp_enc.c index c89f69c9a2..7aa505312a 100644 --- a/src/lib/libcrypto/evp/evp_enc.c +++ b/src/lib/libcrypto/evp/evp_enc.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: evp_enc.c,v 1.32 2016/09/03 14:54:25 bcook Exp $ */ | 1 | /* $OpenBSD: evp_enc.c,v 1.33 2016/09/04 12:20:06 bcook 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 | * |
@@ -60,6 +60,8 @@ | |||
60 | #include <stdlib.h> | 60 | #include <stdlib.h> |
61 | #include <string.h> | 61 | #include <string.h> |
62 | 62 | ||
63 | #include <sys/cdefs.h> | ||
64 | |||
63 | #include <openssl/opensslconf.h> | 65 | #include <openssl/opensslconf.h> |
64 | 66 | ||
65 | #include <openssl/err.h> | 67 | #include <openssl/err.h> |