summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbcook <>2016-09-04 12:20:06 +0000
committerbcook <>2016-09-04 12:20:06 +0000
commit50df0f10141bc06d1ff2d6bd98be2f5ab87857e6 (patch)
tree1367db6cecfb44efb75d84e61d94356a64625c70 /src
parent1065b80f68d7b85ea1dbc56b3198bcff3a079b30 (diff)
downloadopenbsd-50df0f10141bc06d1ff2d6bd98be2f5ab87857e6.tar.gz
openbsd-50df0f10141bc06d1ff2d6bd98be2f5ab87857e6.tar.bz2
openbsd-50df0f10141bc06d1ff2d6bd98be2f5ab87857e6.zip
include <sys/cdefs.h> for portable
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/evp/evp_enc.c4
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>