summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2024-03-30 00:34:41 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2024-03-30 00:34:41 +0000
commit7fcd43e8613506b44011f6ecdb7775f6c3078602 (patch)
tree4bfdfe53ae53da42b62a8eac73cd9db0af8931ef /regress
parent348333777089d01e07c2cc76dedf8938b44152f8 (diff)
Tidy indentation.
Requested by tb@
Diffstat (limited to 'regress')
-rw-r--r--regress/lib/libcrypto/dsa/Makefile8
-rw-r--r--regress/lib/libcrypto/rsa/Makefile8
2 files changed, 8 insertions, 8 deletions
diff --git a/regress/lib/libcrypto/dsa/Makefile b/regress/lib/libcrypto/dsa/Makefile
index 0e5b268cb84..1215d810983 100644
--- a/regress/lib/libcrypto/dsa/Makefile
+++ b/regress/lib/libcrypto/dsa/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.6 2024/03/30 00:32:13 jsing Exp $
+# $OpenBSD: Makefile,v 1.7 2024/03/30 00:34:40 jsing Exp $
-PROG= dsatest
-LDADD= -lcrypto
-DPADD= ${LIBCRYPTO}
+PROG= dsatest
+LDADD= -lcrypto
+DPADD= ${LIBCRYPTO}
WARNINGS= Yes
CFLAGS+= -DLIBRESSL_INTERNAL -Werror
diff --git a/regress/lib/libcrypto/rsa/Makefile b/regress/lib/libcrypto/rsa/Makefile
index 88337320147..53065e64088 100644
--- a/regress/lib/libcrypto/rsa/Makefile
+++ b/regress/lib/libcrypto/rsa/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.2 2024/03/30 00:32:13 jsing Exp $
+# $OpenBSD: Makefile,v 1.3 2024/03/30 00:34:40 jsing Exp $
-PROG= rsa_test
-LDADD= -lcrypto
-DPADD= ${LIBCRYPTO}
+PROG= rsa_test
+LDADD= -lcrypto
+DPADD= ${LIBCRYPTO}
WARNINGS= Yes
CFLAGS+= -DLIBRESSL_INTERNAL -Werror