artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
466498d
)
Pick the right AES source file
author
mikeb
<mikeb@openbsd.org>
Tue, 2 May 2017 11:33:48 +0000
(11:33 +0000)
committer
mikeb
<mikeb@openbsd.org>
Tue, 2 May 2017 11:33:48 +0000
(11:33 +0000)
regress/sys/crypto/aes/Makefile
patch
|
blob
|
history
diff --git
a/regress/sys/crypto/aes/Makefile
b/regress/sys/crypto/aes/Makefile
index
75e88b1
..
ca95a96
100644
(file)
--- a/
regress/sys/crypto/aes/Makefile
+++ b/
regress/sys/crypto/aes/Makefile
@@
-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