]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
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:31:47 +0000 (06:31 +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)

test/v3ext.c

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