diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/dsa/Makefile | 8 | ||||
| -rw-r--r-- | src/regress/lib/libcrypto/rsa/Makefile | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/regress/lib/libcrypto/dsa/Makefile b/src/regress/lib/libcrypto/dsa/Makefile index 0e5b268cb8..1215d81098 100644 --- a/src/regress/lib/libcrypto/dsa/Makefile +++ b/src/regress/lib/libcrypto/dsa/Makefile | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.6 2024/03/30 00:32:13 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.7 2024/03/30 00:34:40 jsing Exp $ |
| 2 | 2 | ||
| 3 | PROG= dsatest | 3 | PROG= dsatest |
| 4 | LDADD= -lcrypto | 4 | LDADD= -lcrypto |
| 5 | DPADD= ${LIBCRYPTO} | 5 | DPADD= ${LIBCRYPTO} |
| 6 | WARNINGS= Yes | 6 | WARNINGS= Yes |
| 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror |
| 8 | 8 | ||
diff --git a/src/regress/lib/libcrypto/rsa/Makefile b/src/regress/lib/libcrypto/rsa/Makefile index 8833732014..53065e6408 100644 --- a/src/regress/lib/libcrypto/rsa/Makefile +++ b/src/regress/lib/libcrypto/rsa/Makefile | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.2 2024/03/30 00:32:13 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2024/03/30 00:34:40 jsing Exp $ |
| 2 | 2 | ||
| 3 | PROG= rsa_test | 3 | PROG= rsa_test |
| 4 | LDADD= -lcrypto | 4 | LDADD= -lcrypto |
| 5 | DPADD= ${LIBCRYPTO} | 5 | DPADD= ${LIBCRYPTO} |
| 6 | WARNINGS= Yes | 6 | WARNINGS= Yes |
| 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror |
| 8 | 8 | ||
