From f90bc6c5cb9ca4d97730ff63e6d34fd94047893e Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 24 Apr 2018 12:41:45 -0400 Subject: Add missing malloc-return-null instance Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/6071) --- include/openssl/x509err.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/openssl/x509err.h b/include/openssl/x509err.h index 4faeffa..15a0d75 100644 --- a/include/openssl/x509err.h +++ b/include/openssl/x509err.h @@ -78,6 +78,7 @@ int ERR_load_X509_strings(void); # define X509_F_X509_TRUST_ADD 133 # define X509_F_X509_TRUST_SET 141 # define X509_F_X509_VERIFY_CERT 127 +# define X509_F_X509_VERIFY_PARAM_NEW 159 /* * X509 reason codes. -- cgit v1.1