summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2001-02-07 20:27:09 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2001-02-07 20:27:09 +0000
commit5f260c74d7b3c7fabba87707a001a102735f1cef (patch)
treed3743e90be87f66752c12a68feed6ba5185efca1
parent682b62dff8cb9681e77d56e8641ed6f031e3f49f (diff)
uncomment rsa test; ok millert@
-rw-r--r--regress/lib/libssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libssl/Makefile b/regress/lib/libssl/Makefile
index 79c45692bc0..ea45132f415 100644
--- a/regress/lib/libssl/Makefile
+++ b/regress/lib/libssl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2001/01/29 02:05:46 niklas Exp $
+# $OpenBSD: Makefile,v 1.4 2001/02/07 20:27:08 todd Exp $
CLEANFILES+= testdsa.key testdsa.pem rsakey.pem rsacert.pem dsa512.pem
@@ -8,6 +8,6 @@ install:
regress:
sh ${.CURDIR}/testenc.sh ${.OBJDIR} ${.CURDIR}
sh ${.CURDIR}/testdsa.sh ${.OBJDIR} ${.CURDIR}
-# sh ${.CURDIR}/testrsa.sh ${.OBJDIR} ${.CURDIR}
+ sh ${.CURDIR}/testrsa.sh ${.OBJDIR} ${.CURDIR}
.include <bsd.prog.mk>