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_openssl.c back into...



details:   https://anonhg.NetBSD.org/src/rev/6bbd8c920958
branches:  trunk
changeset: 325676:6bbd8c920958
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 03 02:15:43 2014 +0000

description:
move crypto_openssl.c back into the right room.

diffstat:

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

diffs (25 lines):

diff -r f6a9dfc766f0 -r 6bbd8c920958 external/bsd/wpa/bin/hostapd/Makefile
--- a/external/bsd/wpa/bin/hostapd/Makefile     Fri Jan 03 02:10:19 2014 +0000
+++ b/external/bsd/wpa/bin/hostapd/Makefile     Fri Jan 03 02:15:43 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/01/03 02:07:31 christos Exp $
+# $NetBSD: Makefile,v 1.5 2014/01/03 02:15:43 christos Exp $
 
 .include "${.CURDIR}/../Makefile.inc"
 
@@ -85,7 +85,6 @@
 
 # crypto
 SRCS+= \
-crypto_openssl.c \
 md5.c \
 random.c \
 sha1-prf.c
@@ -146,6 +145,7 @@
 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