diff options
author | art <> | 2002-01-02 15:12:14 +0000 |
---|---|---|
committer | art <> | 2002-01-02 15:12:14 +0000 |
commit | e22041c4a08e516e7ef5e11e0b5e6076597c5f40 (patch) | |
tree | 1f1abe560dae0b571de029ec98ec8dce4d57269a /src/regress/lib | |
parent | f76db761a7196b4811f890078d199b195fe402f5 (diff) | |
download | openbsd-e22041c4a08e516e7ef5e11e0b5e6076597c5f40.tar.gz openbsd-e22041c4a08e516e7ef5e11e0b5e6076597c5f40.tar.bz2 openbsd-e22041c4a08e516e7ef5e11e0b5e6076597c5f40.zip |
Remove obsolete comment (and a 3 second sleep).
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libssl/testrsa.sh | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/regress/lib/libssl/testrsa.sh b/src/regress/lib/libssl/testrsa.sh index b41156a793..a28e0d1aa2 100644 --- a/src/regress/lib/libssl/testrsa.sh +++ b/src/regress/lib/libssl/testrsa.sh | |||
@@ -1,18 +1,9 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # $OpenBSD: testrsa.sh,v 1.4 2001/01/29 02:05:48 niklas Exp $ | 2 | # $OpenBSD: testrsa.sh,v 1.5 2002/01/02 15:12:14 art Exp $ |
3 | 3 | ||
4 | 4 | ||
5 | #Test RSA certificate generation of openssl | 5 | #Test RSA certificate generation of openssl |
6 | 6 | ||
7 | echo | ||
8 | echo RSA paramters test - NOTE THAT THIS WILL ONLY WORK IF YOU HAVE | ||
9 | echo compiled libssl with the src-patent tree, currently living in | ||
10 | echo ~beck/src-patent.tar.gz on cvs. | ||
11 | echo | ||
12 | echo This will *not* work with what\'s in the tree, rsa is not in that. | ||
13 | echo | ||
14 | sleep 3 | ||
15 | |||
16 | cd $1 | 7 | cd $1 |
17 | 8 | ||
18 | # Generate RSA private key | 9 | # Generate RSA private key |