Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/wpa/bin/hostapd move crypto file to the right g...



details:   https://anonhg.NetBSD.org/src/rev/a8e81be84052
branches:  trunk
changeset: 805902:a8e81be84052
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 23 02:57:34 2015 +0000

description:
move crypto file to the right group

diffstat:

 external/bsd/wpa/bin/hostapd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r c1034c60dcd3 -r a8e81be84052 external/bsd/wpa/bin/hostapd/Makefile
--- a/external/bsd/wpa/bin/hostapd/Makefile     Fri Jan 23 02:52:14 2015 +0000
+++ b/external/bsd/wpa/bin/hostapd/Makefile     Fri Jan 23 02:57:34 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/10/16 19:29:29 christos Exp $
+# $NetBSD: Makefile,v 1.7 2015/01/23 02:57:34 christos Exp $
 
 .include "${.CURDIR}/../Makefile.inc"
 
@@ -84,6 +84,7 @@
 
 # crypto
 SRCS+= \
+crypto_openssl.c \
 md5.c \
 random.c \
 sha1-prf.c
@@ -144,7 +145,6 @@
 aes-encblock.c \
 aes-omac1.c \
 aes-wrap.c \
-crypto_openssl.c \
 dh_groups.c \
 fips_prf_openssl.c \
 ms_funcs.c \



Home | Main Index | Thread Index | Old Index