diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-02 15:12:15 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-02 15:12:15 +0000 |
commit | 080fdc227fb8db259892d3e380f8459784387379 (patch) | |
tree | e637f455a45460d33575b12c4ba321103841decc | |
parent | 32218c61fcc87143a83351b97af00fbbfe9715ab (diff) |
Remove obsolete comment (and a 3 second sleep).
-rw-r--r-- | regress/lib/libssl/testrsa.sh | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/regress/lib/libssl/testrsa.sh b/regress/lib/libssl/testrsa.sh index b41156a793e..a28e0d1aa2a 100644 --- a/regress/lib/libssl/testrsa.sh +++ b/regress/lib/libssl/testrsa.sh @@ -1,18 +1,9 @@ #!/bin/sh -# $OpenBSD: testrsa.sh,v 1.4 2001/01/29 02:05:48 niklas Exp $ +# $OpenBSD: testrsa.sh,v 1.5 2002/01/02 15:12:14 art Exp $ #Test RSA certificate generation of openssl -echo -echo RSA paramters test - NOTE THAT THIS WILL ONLY WORK IF YOU HAVE -echo compiled libssl with the src-patent tree, currently living in -echo ~beck/src-patent.tar.gz on cvs. -echo -echo This will *not* work with what\'s in the tree, rsa is not in that. -echo -sleep 3 - cd $1 # Generate RSA private key |