diff options
Diffstat (limited to 'src')
-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 |