Module Name:    src
Committed By:   christos
Date:           Sat Feb  5 16:01:58 UTC 2011

Modified Files:
        src/crypto/external/bsd/openssh/lib: Makefile

Log Message:
we have arc4random_buf and uniform now; no need for random.c


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/crypto/external/bsd/openssh/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssh/lib/Makefile
diff -u src/crypto/external/bsd/openssh/lib/Makefile:1.7 src/crypto/external/bsd/openssh/lib/Makefile:1.8
--- src/crypto/external/bsd/openssh/lib/Makefile:1.7	Tue Nov 23 02:12:01 2010
+++ src/crypto/external/bsd/openssh/lib/Makefile	Sat Feb  5 11:01:57 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2010/11/23 07:12:01 adam Exp $
+#	$NetBSD: Makefile,v 1.8 2011/02/05 16:01:57 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -14,7 +14,7 @@
 	monitor_fdpass.c addrmatch.c schnorr.c jpake.c ssh-pkcs11.c \
 	roaming_dummy.c
 #	umac.c
-SRCS+=	fmt_scaled.c random.c strtonum.c
+SRCS+=	fmt_scaled.c strtonum.c
 SRCS+=	readpassphrase.c getpeereid.c getrrsetbyname.c
 COPTS.monitor_fdpass.c = -Wno-stack-protector
 

Reply via email to