diff options
author | todd <> | 2001-02-07 20:27:08 +0000 |
---|---|---|
committer | todd <> | 2001-02-07 20:27:08 +0000 |
commit | bd0ace2ad0380e35d486df912f79b1cc404fb9c3 (patch) | |
tree | 88d14c46916befd081cb40a74a6ebadf8ab4cfe6 | |
parent | 453408887e409b963de46b52052852ffe9321ed3 (diff) | |
download | openbsd-bd0ace2ad0380e35d486df912f79b1cc404fb9c3.tar.gz openbsd-bd0ace2ad0380e35d486df912f79b1cc404fb9c3.tar.bz2 openbsd-bd0ace2ad0380e35d486df912f79b1cc404fb9c3.zip |
uncomment rsa test; ok millert@
-rw-r--r-- | src/regress/lib/libssl/Makefile | 4 |
1 files 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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2001/01/29 02:05:46 niklas Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2001/02/07 20:27:08 todd Exp $ |
2 | 2 | ||
3 | 3 | ||
4 | CLEANFILES+= testdsa.key testdsa.pem rsakey.pem rsacert.pem dsa512.pem | 4 | CLEANFILES+= testdsa.key testdsa.pem rsakey.pem rsacert.pem dsa512.pem |
@@ -8,6 +8,6 @@ install: | |||
8 | regress: | 8 | regress: |
9 | sh ${.CURDIR}/testenc.sh ${.OBJDIR} ${.CURDIR} | 9 | sh ${.CURDIR}/testenc.sh ${.OBJDIR} ${.CURDIR} |
10 | sh ${.CURDIR}/testdsa.sh ${.OBJDIR} ${.CURDIR} | 10 | sh ${.CURDIR}/testdsa.sh ${.OBJDIR} ${.CURDIR} |
11 | # sh ${.CURDIR}/testrsa.sh ${.OBJDIR} ${.CURDIR} | 11 | sh ${.CURDIR}/testrsa.sh ${.OBJDIR} ${.CURDIR} |
12 | 12 | ||
13 | .include <bsd.prog.mk> | 13 | .include <bsd.prog.mk> |