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/531bce92e476
branches: trunk
changeset: 993926:531bce92e476
user: christos <christos%NetBSD.org@localhost>
date: Wed Oct 10 14:57:31 2018 +0000
description:
Add the EC_GFp_nistp*_method's
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/crypto.map | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r 8fa18a592eb2 -r 531bce92e476 crypto/external/bsd/openssl/lib/libcrypto/crypto.map
--- a/crypto/external/bsd/openssl/lib/libcrypto/crypto.map Wed Oct 10 10:54:30 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/crypto.map Wed Oct 10 14:57:31 2018 +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