Module Name:    src
Committed By:   christos
Date:           Wed Oct 10 14:57:31 UTC 2018

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

Log Message:
Add the EC_GFp_nistp*_method's


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    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.4 src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map:1.5
--- src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map:1.4	Sun Sep 23 09:33:04 2018
+++ src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map	Wed Oct 10 10:57:31 2018
@@ -1078,6 +1078,10 @@ OPENSSL_1_1_0 {
         ECPKParameters_print_fp;
         ECParameters_print;
         ECParameters_print_fp;
+        EC_GFp_nistp224_method;
+        EC_GFp_nistp256_method;
+        EC_GFp_nistp521_method;
+        EC_GFp_nistz256_method;
         EC_GF2m_simple_method;
         EC_GFp_mont_method;
         EC_GFp_nist_method;

Reply via email to