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/vax need CRYP...



details:   https://anonhg.NetBSD.org/src/rev/f5b711e36fb6
branches:  trunk
changeset: 831026:f5b711e36fb6
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Mar 08 03:15:08 2018 +0000

description:
need CRYPTO_memcmp()

diffstat:

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

diffs (9 lines):

diff -r 67c94c9dc59f -r f5b711e36fb6 crypto/external/bsd/openssl/lib/libcrypto/arch/vax/crypto.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/vax/crypto.inc     Thu Mar 08 03:15:08 2018 +0000
@@ -0,0 +1,5 @@
+.PATH.S: ${.PARSEDIR}
+
+CRYPTO_SRCS += libc-memequal.c
+
+.include "../../crypto.inc"



Home | Main Index | Thread Index | Old Index