Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/openssh/lib we have arc4random_buf and u...



details:   https://anonhg.NetBSD.org/src/rev/ef79a29a6c20
branches:  trunk
changeset: 761700:ef79a29a6c20
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 05 16:01:57 2011 +0000

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

diffstat:

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

diffs (18 lines):

diff -r 34631934d9d5 -r ef79a29a6c20 crypto/external/bsd/openssh/lib/Makefile
--- a/crypto/external/bsd/openssh/lib/Makefile  Sat Feb 05 15:45:21 2011 +0000
+++ b/crypto/external/bsd/openssh/lib/Makefile  Sat Feb 05 16:01:57 2011 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index