diff options
author | bcook <> | 2019-05-23 02:08:34 +0000 |
---|---|---|
committer | bcook <> | 2019-05-23 02:08:34 +0000 |
commit | 24d74b438aedeb646b93de4d815bdc4584702a6a (patch) | |
tree | 505af4eb748ebcd46e1da58f0a52bde818c2728c | |
parent | bd6402e761e94bd2f6d6d0f27d031273c92a161f (diff) | |
download | openbsd-24d74b438aedeb646b93de4d815bdc4584702a6a.tar.gz openbsd-24d74b438aedeb646b93de4d815bdc4584702a6a.tar.bz2 openbsd-24d74b438aedeb646b93de4d815bdc4584702a6a.zip |
add stdlib.h for reallocarray
-rw-r--r-- | src/lib/libcrypto/x509/x509spki.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509spki.c b/src/lib/libcrypto/x509/x509spki.c index 3a1c37cd86..66bbd1e036 100644 --- a/src/lib/libcrypto/x509/x509spki.c +++ b/src/lib/libcrypto/x509/x509spki.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509spki.c,v 1.13 2017/01/29 17:49:23 beck Exp $ */ | 1 | /* $OpenBSD: x509spki.c,v 1.14 2019/05/23 02:08:34 bcook Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 1999. | 3 | * project 1999. |
4 | */ | 4 | */ |
@@ -57,6 +57,7 @@ | |||
57 | */ | 57 | */ |
58 | 58 | ||
59 | #include <stdio.h> | 59 | #include <stdio.h> |
60 | #include <stdlib.h> | ||
60 | #include <string.h> | 61 | #include <string.h> |
61 | 62 | ||
62 | #include <openssl/err.h> | 63 | #include <openssl/err.h> |