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 oops forgot to commit (add l...



details:   https://anonhg.NetBSD.org/src/rev/6a92112d6919
branches:  trunk
changeset: 836040:6a92112d6919
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Sep 23 15:08:41 2018 +0000

description:
oops forgot to commit (add libcryptotest)

diffstat:

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

diffs (15 lines):

diff -r 6d189b1aa578 -r 6a92112d6919 crypto/external/bsd/openssl/lib/Makefile
--- a/crypto/external/bsd/openssl/lib/Makefile  Sun Sep 23 13:48:16 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/Makefile  Sun Sep 23 15:08:41 2018 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.4 2017/05/21 15:28:37 riastradh Exp $
+#      $NetBSD: Makefile,v 1.5 2018/09/23 15:08:41 christos Exp $
 
 .include "bsd.own.mk"
 
 # OpenSSL libraries.
-SUBDIR= libcrypto libdes
+SUBDIR= libcrypto libcryptotest libdes
 
 SUBDIR+= .WAIT libssl          # depends on libcrypto
 



Home | Main Index | Thread Index | Old Index