Thu Dec 5 03:57:55 2019 UTC ()
Missed a spot in the crypto/arc4 deletion.


(riastradh)
diff -r1.5 -r1.6 src/sys/rump/kern/lib/libcrypto/Makefile

cvs diff -r1.5 -r1.6 src/sys/rump/kern/lib/libcrypto/Makefile (expand / switch to unified diff)

--- src/sys/rump/kern/lib/libcrypto/Makefile 2019/09/02 20:09:30 1.5
+++ src/sys/rump/kern/lib/libcrypto/Makefile 2019/12/05 03:57:55 1.6
@@ -1,30 +1,26 @@ @@ -1,30 +1,26 @@
1# $NetBSD: Makefile,v 1.5 2019/09/02 20:09:30 riastradh Exp $ 1# $NetBSD: Makefile,v 1.6 2019/12/05 03:57:55 riastradh Exp $
2# 2#
3 3
4.PATH: ${.CURDIR}/../../../../crypto/arc4 \ 4.PATH: ${.CURDIR}/../../../../crypto/blowfish \
5 ${.CURDIR}/../../../../crypto/blowfish \ 
6 ${.CURDIR}/../../../../crypto/camellia \ 5 ${.CURDIR}/../../../../crypto/camellia \
7 ${.CURDIR}/../../../../crypto/cast128 \ 6 ${.CURDIR}/../../../../crypto/cast128 \
8 ${.CURDIR}/../../../../crypto/des \ 7 ${.CURDIR}/../../../../crypto/des \
9 ${.CURDIR}/../../../../crypto/rijndael \ 8 ${.CURDIR}/../../../../crypto/rijndael \
10 ${.CURDIR}/../../../../crypto/skipjack 9 ${.CURDIR}/../../../../crypto/skipjack
11 10
12LIB= rumpkern_crypto 11LIB= rumpkern_crypto
13COMMENT=Cryptographic routines 12COMMENT=Cryptographic routines
14 13
15# arc4 
16SRCS+= arc4.c 
17 
18# blowfish 14# blowfish
19SRCS+= bf_ecb.c bf_enc.c bf_cbc.c bf_skey.c bf_module.c 15SRCS+= bf_ecb.c bf_enc.c bf_cbc.c bf_skey.c bf_module.c
20 16
21# camellia 17# camellia
22SRCS+= camellia.c camellia-api.c 18SRCS+= camellia.c camellia-api.c
23 19
24# cast128 20# cast128
25SRCS+= cast128.c 21SRCS+= cast128.c
26 22
27# DES 23# DES
28SRCS+= des_ecb.c des_setkey.c des_enc.c des_cbc.c des_module.c 24SRCS+= des_ecb.c des_setkey.c des_enc.c des_cbc.c des_module.c
29 25
30# rijndael 26# rijndael