Module Name:    src
Committed By:   christos
Date:           Tue Jun 18 17:31:17 UTC 2024

Modified Files:
        src/crypto/external/bsd/openssl/lib/libcrypto: crypto.map

Log Message:
sync with latest


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 \
    src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map
diff -u src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map:1.12 src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map:1.13
--- src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map:1.12	Sat May  6 13:07:22 2023
+++ src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map	Tue Jun 18 13:31:17 2024
@@ -5382,5 +5382,9 @@ OPENSSL_3.0.3 {
 OPENSSL_3.0.8 {
     global:
         OSSL_CMP_CTX_reset_geninfo_ITAVs;
-    local: *;
 } OPENSSL_3.0.3;
+OPENSSL_3.0.9 {
+    global:
+        OSSL_CMP_MSG_update_recipNonce;
+    local: *;
+} OPENSSL_3.0.8;

Reply via email to