The branch master has been updated
via 29af9fba64fd3e4e086808f2360501b463627ea2 (commit)
from 2a6994cfa08368a710d66caaae4fc07ad35631bf (commit)
- Log -----------------------------------------------------------------
commit 29af9fba64fd3e4e086808f2360501b463627ea2
Author: Matt Caswell <[email protected]>
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 <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(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)
{