[openssl] openssl-3.0 update

Dr. Paul Dale pauli at openssl.org
Tue Feb 8 23:44:03 UTC 2022


The branch openssl-3.0 has been updated
       via  ebdec62c38494739d9cb4cdd6b1c4a511d169a90 (commit)
      from  e44b212bdce225fd2d7e2349a7f787e7c9ade4fd (commit)


- Log -----------------------------------------------------------------
commit ebdec62c38494739d9cb4cdd6b1c4a511d169a90
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)
    
    (cherry picked from commit 29af9fba64fd3e4e086808f2360501b463627ea2)

-----------------------------------------------------------------------

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