Add missing header for memcmp
authorGregor Jasny <gjasny@googlemail.com>
Tue, 5 Jul 2022 10:57:06 +0000 (12:57 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 6 Jul 2022 04:35:44 +0000 (06:35 +0200)
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)

(cherry picked from commit f9e578e720bb35228948564192adbe3bc503d5fb)

test/v3ext.c

index 386135fed8ab1f77a284fc5e8241cdd31382562c..7a240cd706034155eddc4f01f07a2a09237a1939 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 #include <stdio.h>
+#include <string.h>
 #include <openssl/x509.h>
 #include <openssl/x509v3.h>
 #include <openssl/pem.h>