summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/rsa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/rsa/Makefile')
-rw-r--r--src/regress/lib/libcrypto/rsa/Makefile8
1 files changed, 4 insertions, 4 deletions
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
3PROG= rsa_test 3PROG= rsa_test
4LDADD= -lcrypto 4LDADD= -lcrypto
5DPADD= ${LIBCRYPTO} 5DPADD= ${LIBCRYPTO}
6WARNINGS= Yes 6WARNINGS= Yes
7CFLAGS+= -DLIBRESSL_INTERNAL -Werror 7CFLAGS+= -DLIBRESSL_INTERNAL -Werror
8 8