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/f6ab8b1421be
branches: trunk
changeset: 792416:f6ab8b1421be
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 ab4ef3b4301d -r f6ab8b1421be 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