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/arch fix typo



details:   https://anonhg.NetBSD.org/src/rev/55223aa3b1f6
branches:  trunk
changeset: 375378:55223aa3b1f6
user:      christos <christos%NetBSD.org@localhost>
date:      Mon May 15 21:55:26 2023 +0000

description:
fix typo

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/arch/riscv64/ec.inc |  3 +++
 crypto/external/bsd/openssl/lib/libcrypto/arch/riskv64/ec.inc |  3 ---
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (14 lines):

diff -r bd99a7f10664 -r 55223aa3b1f6 crypto/external/bsd/openssl/lib/libcrypto/arch/riscv64/ec.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/riscv64/ec.inc     Mon May 15 21:55:26 2023 +0000
@@ -0,0 +1,3 @@
+ECCPPFLAGS+= -DOPENSSL_NO_EC_NISTP_64_GCC_128
+
+.include "../../ec.inc"
diff -r bd99a7f10664 -r 55223aa3b1f6 crypto/external/bsd/openssl/lib/libcrypto/arch/riskv64/ec.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/riskv64/ec.inc     Mon May 15 21:51:45 2023 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-ECCPPFLAGS+= -DOPENSSL_NO_EC_NISTP_64_GCC_128
-
-.include "../../ec.inc"



Home | Main Index | Thread Index | Old Index