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/m68k need CRY...



details:   https://anonhg.NetBSD.org/src/rev/87c46f26415a
branches:  trunk
changeset: 320922:87c46f26415a
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 05 01:00:12 2018 +0000

description:
need CRYPTO_memcmp.

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/arch/m68k/crypto.inc |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (9 lines):

diff -r 16b9b9ea9eb7 -r 87c46f26415a crypto/external/bsd/openssl/lib/libcrypto/arch/m68k/crypto.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k/crypto.inc    Mon Mar 05 01:00:12 2018 +0000
@@ -0,0 +1,5 @@
+.PATH.S: ${.PARSEDIR}
+
+CRYPTO_SRCS += libc-memequal.c
+
+.include "../../crypto.inc"



Home | Main Index | Thread Index | Old Index