Source-Changes-HG archive

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

[src/trunk]: src/x11/bin/xdm Use arc4random in genauth.c



details:   https://anonhg.NetBSD.org/src/rev/54dbeb53eb46
branches:  trunk
changeset: 556528:54dbeb53eb46
user:      rtr <rtr%NetBSD.org@localhost>
date:      Sat Dec 20 01:22:39 2003 +0000

description:
Use arc4random in genauth.c

diffstat:

 x11/bin/xdm/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fcd0e278a121 -r 54dbeb53eb46 x11/bin/xdm/Makefile
--- a/x11/bin/xdm/Makefile      Sat Dec 20 00:47:18 2003 +0000
+++ b/x11/bin/xdm/Makefile      Sat Dec 20 01:22:39 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2003/09/13 20:18:15 lukem Exp $
+#      $NetBSD: Makefile,v 1.3 2003/12/20 01:22:39 rtr Exp $
 
 .include <bsd.own.mk>
 
@@ -10,6 +10,7 @@
                Login.c greet.c verify.c
 
 CPPFLAGS.auth.c=       -DBSD44SOCKETS
+CPPFLAGS.genauth.c=    -DARC4_RANDOM
 CPPFLAGS.socket.c=     -DBSD44SOCKETS
 CPPFLAGS.xdmcp.c=      -DBSD44SOCKETS
 CPPFLAGS.xdmshell.c=   -DHAS_VFORK



Home | Main Index | Thread Index | Old Index