[openssl] master update
Dr. Paul Dale
pauli at openssl.org
Tue Feb 8 23:43:42 UTC 2022
The branch master has been updated
via 29af9fba64fd3e4e086808f2360501b463627ea2 (commit)
from 2a6994cfa08368a710d66caaae4fc07ad35631bf (commit)
- Log -----------------------------------------------------------------
commit 29af9fba64fd3e4e086808f2360501b463627ea2
Author: Matt Caswell <matt at openssl.org>
Date: Mon Feb 7 10:32:08 2022 +0000
Fix an enginetest failure when compiled with no-deprecated --api=1.1.1
Fixes #17649
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17652)
-----------------------------------------------------------------------
Summary of changes:
test/enginetest.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/enginetest.c b/test/enginetest.c
index 04e61743a1..c00e1f82c4 100644
--- a/test/enginetest.c
+++ b/test/enginetest.c
@@ -24,6 +24,7 @@
# include <openssl/rsa.h>
# include <openssl/err.h>
# include <openssl/x509.h>
+# include <openssl/pem.h>
static void display_engine_list(void)
{
More information about the openssl-commits
mailing list