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/libcryptotest add new random...



details:   https://anonhg.NetBSD.org/src/rev/da1fd8562706
branches:  trunk
changeset: 848277:da1fd8562706
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jan 23 07:27:00 2020 +0000

description:
add new random.c.  builds for me.

diffstat:

 crypto/external/bsd/openssl/lib/libcryptotest/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 7eaaa17e6a0e -r da1fd8562706 crypto/external/bsd/openssl/lib/libcryptotest/Makefile
--- a/crypto/external/bsd/openssl/lib/libcryptotest/Makefile    Thu Jan 23 06:17:21 2020 +0000
+++ b/crypto/external/bsd/openssl/lib/libcryptotest/Makefile    Thu Jan 23 07:27:00 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/09/23 13:33:09 christos Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/23 07:27:00 mrg Exp $
 
 LIBISPRIVATE=  yes
 LIB=           cryptotest
@@ -13,6 +13,6 @@
 CPPFLAGS+= -I${OPENSSLSRC}/include
 
 SRCS+= tests.c format_output.c output_helpers.c basic_output.c stanza.c
-SRCS+= main.c tap_bio.c driver.c init.c test_cleanup.c cb.c
+SRCS+= main.c tap_bio.c driver.c init.c test_cleanup.c cb.c random.c
 
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index