Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto Add the EC_GFp_nis...



details:   https://anonhg.NetBSD.org/src/rev/c13d654abf7e
branches:  trunk
changeset: 848285:c13d654abf7e
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Thu Jan 23 12:55:09 2020 +0000

description:
Add the EC_GFp_nistp*_methods again

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/crypto.map |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 10684df8b3c1 -r c13d654abf7e crypto/external/bsd/openssl/lib/libcrypto/crypto.map
--- a/crypto/external/bsd/openssl/lib/libcrypto/crypto.map      Thu Jan 23 12:35:23 2020 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/crypto.map      Thu Jan 23 12:55:09 2020 +0000
@@ -1078,6 +1078,10 @@
         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;



Home | Main Index | Thread Index | Old Index