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/sparc64 add g...



details:   https://anonhg.NetBSD.org/src/rev/e75092581551
branches:  trunk
changeset: 374731:e75092581551
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 11 01:45:38 2023 +0000

description:
add glue to make it link

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/chacha.inc   |  5 +++++
 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/whrlpool.inc |  5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r c8637a099704 -r e75092581551 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/chacha.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/chacha.inc Thu May 11 01:45:38 2023 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: chacha.inc,v 1.1 2023/05/11 01:45:38 christos Exp $
+
+CHACHA_SRCS += chacha_enc.c
+.include "../../chacha.inc"
+
diff -r c8637a099704 -r e75092581551 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/whrlpool.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/whrlpool.inc       Thu May 11 01:45:38 2023 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: whrlpool.inc,v 1.1 2023/05/11 01:45:38 christos Exp $
+
+WHRLPOOL_SRCS += wp_block.c
+.include "../../whrlpool.inc"
+



Home | Main Index | Thread Index | Old Index