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/471b11ee4d58
branches: trunk
changeset: 1006686:471b11ee4d58
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 1188c497d107 -r 471b11ee4d58 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