From bd0ace2ad0380e35d486df912f79b1cc404fb9c3 Mon Sep 17 00:00:00 2001 From: todd <> Date: Wed, 7 Feb 2001 20:27:08 +0000 Subject: uncomment rsa test; ok millert@ --- src/regress/lib/libssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index 79c45692bc..ea45132f41 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/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 -- cgit v1.2.3-55-g6feb