With the demise of ../wpa_supplicant/crypto_libc.c, enable the

internal AES/SHA1 implementations.
This commit is contained in:
scw 2008-10-18 14:41:49 +00:00
parent 2756a71007
commit d8ed07b38f
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
# $NetBSD: Makefile,v 1.4 2008/01/26 21:50:22 christos Exp $
# $NetBSD: Makefile,v 1.5 2008/10/18 14:41:49 scw Exp $
.include "${.CURDIR}/../Makefile.inc"
.PATH.c: ${WPA_SUPPLICANT_DISTDIR} ${.CURDIR}/../wpa_supplicant
PROG= wpa_passphrase
SRCS= wpa_passphrase.c sha1.c md5.c crypto_libc.c
SRCS= wpa_passphrase.c sha1.c md5.c
CPPFLAGS+= -DINTERNAL_MD5 -DINTERNAL_SHA1
MAN= wpa_passphrase.8