Skip to content

Commit

Permalink
Add missing header for memcmp
Browse files Browse the repository at this point in the history
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 openssl#18719)

(cherry picked from commit f9e578e)
  • Loading branch information
gjasny authored and levitte committed Jul 6, 2022
1 parent 299e101 commit 60f011f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/v3ext.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/

#include <stdio.h>
#include <string.h>
#include <openssl/x509.h>
#include <openssl/x509v3.h>
#include <openssl/pem.h>
Expand Down

0 comments on commit 60f011f

Please sign in to comment.