aboutsummaryrefslogtreecommitdiff
path: root/test/v3ext.c
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2022-07-05 12:57:06 +0200
committerRichard Levitte <levitte@openssl.org>2022-07-06 06:31:47 +0200
commitf9e578e720bb35228948564192adbe3bc503d5fb (patch)
treece03a20ff42846472cbabef4a42e4dd0e844bb61 /test/v3ext.c
parent2e3e9b4887b5077b949cdee490ecc1526b2c5509 (diff)
downloadopenssl-f9e578e720bb35228948564192adbe3bc503d5fb.zip
openssl-f9e578e720bb35228948564192adbe3bc503d5fb.tar.gz
openssl-f9e578e720bb35228948564192adbe3bc503d5fb.tar.bz2
Add missing header for memcmp
CLA: trivial Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Todd Short <todd.short@me.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18719)
Diffstat (limited to 'test/v3ext.c')
-rw-r--r--test/v3ext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/v3ext.c b/test/v3ext.c
index 926f388..a8ab64b 100644
--- a/test/v3ext.c
+++ b/test/v3ext.c
@@ -8,6 +8,7 @@
*/
#include <stdio.h>
+#include <string.h>
#include <openssl/x509.h>
#include <openssl/x509v3.h>
#include <openssl/pem.h>