projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ce15df
)
make sure .rnd exists
author
Bodo Möller
<bodo@openssl.org>
Mon, 15 Oct 2001 17:58:00 +0000
(17:58 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Mon, 15 Oct 2001 17:58:00 +0000
(17:58 +0000)
test/testss
patch
|
blob
|
history
diff --git
a/test/testss
b/test/testss
index 2f600f04d8ea512ff1af651ce80b185b1e5a75fa..8d3557f356d9a1697d874e105eb87c3d5c36e41b 100644
(file)
--- a/
test/testss
+++ b/
test/testss
@@
-20,6
+20,8
@@
Ucert="certU.ss"
echo
echo "make a certificate request using 'req'"
+echo "string to make the random number generator think it has entropy" >> ./.rnd
+
if ../apps/openssl no-rsa; then
req_new='-newkey dsa:../apps/dsa512.pem'
else