Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/kern/lib/libcrypto Missed a spot in the crypto/arc4...



details:   https://anonhg.NetBSD.org/src/rev/27a30a888ae9
branches:  trunk
changeset: 846947:27a30a888ae9
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Thu Dec 05 03:57:55 2019 +0000

description:
Missed a spot in the crypto/arc4 deletion.

diffstat:

 sys/rump/kern/lib/libcrypto/Makefile |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (24 lines):

diff -r 520d38905e69 -r 27a30a888ae9 sys/rump/kern/lib/libcrypto/Makefile
--- a/sys/rump/kern/lib/libcrypto/Makefile      Thu Dec 05 03:22:02 2019 +0000
+++ b/sys/rump/kern/lib/libcrypto/Makefile      Thu Dec 05 03:57:55 2019 +0000
@@ -1,8 +1,7 @@
-#      $NetBSD: Makefile,v 1.5 2019/09/02 20:09:30 riastradh Exp $
+#      $NetBSD: Makefile,v 1.6 2019/12/05 03:57:55 riastradh Exp $
 #
 
-.PATH: ${.CURDIR}/../../../../crypto/arc4                              \
-       ${.CURDIR}/../../../../crypto/blowfish                          \
+.PATH: ${.CURDIR}/../../../../crypto/blowfish                          \
        ${.CURDIR}/../../../../crypto/camellia                          \
        ${.CURDIR}/../../../../crypto/cast128                           \
        ${.CURDIR}/../../../../crypto/des                               \
@@ -12,9 +11,6 @@
 LIB=   rumpkern_crypto
 COMMENT=Cryptographic routines
 
-# arc4
-SRCS+= arc4.c
-
 # blowfish
 SRCS+= bf_ecb.c bf_enc.c bf_cbc.c bf_skey.c bf_module.c
 



Home | Main Index | Thread Index | Old Index