diff options
-rw-r--r-- | src/regress/lib/libcrypto/evp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/evp/Makefile b/src/regress/lib/libcrypto/evp/Makefile index 3b6f466bb7..c337c3b111 100644 --- a/src/regress/lib/libcrypto/evp/Makefile +++ b/src/regress/lib/libcrypto/evp/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.10 2023/03/02 20:22:46 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.11 2023/03/02 20:27:54 tb Exp $ |
2 | 2 | ||
3 | PROGS= evptest evp_test evp_ecx_test evp_pkey_check evp_pkey_cleanup | 3 | PROGS= evptest evp_test evp_ecx_test evp_pkey_check evp_pkey_cleanup |
4 | LDADD= -lcrypto | 4 | LDADD= -lcrypto |
@@ -8,8 +8,6 @@ CFLAGS+= -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL -Werror | |||
8 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/curve25519 | 8 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/curve25519 |
9 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/evp | 9 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/evp |
10 | 10 | ||
11 | LDADD_evp_ecx_test = ${CRYPTO_INT} | ||
12 | |||
13 | run-regress-evptest: evptest | 11 | run-regress-evptest: evptest |
14 | ./evptest ${.CURDIR}/evptests.txt | 12 | ./evptest ${.CURDIR}/evptests.txt |
15 | 13 | ||