Pick the right AES source file
authormikeb <mikeb@openbsd.org>
Tue, 2 May 2017 11:33:48 +0000 (11:33 +0000)
committermikeb <mikeb@openbsd.org>
Tue, 2 May 2017 11:33:48 +0000 (11:33 +0000)
regress/sys/crypto/aes/Makefile

index 75e88b1..ca95a96 100644 (file)
@@ -1,4 +1,4 @@
-#       $OpenBSD: Makefile,v 1.3 2014/08/15 14:36:19 mikeb Exp $
+#       $OpenBSD: Makefile,v 1.4 2017/05/02 11:33:48 mikeb Exp $
 
 DIR=   ${.CURDIR}/../../../../sys
 
@@ -19,7 +19,7 @@ CDIAGFLAGS+=  -Wshadow
 REGRESS_ROOT_TARGETS=  run-regress-${PROG}
 
 .PATH: ${DIR}/crypto
-SRCS+= rijndael.c
+SRCS+= aes.c
 
 run-regress-${PROG}: ${PROG}
        ./${PROG} ${.CURDIR}/vectors/*.txt