diff options
Diffstat (limited to 'src/regress/lib/libssl/test_server.sh')
-rw-r--r-- | src/regress/lib/libssl/test_server.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/test_server.sh b/src/regress/lib/libssl/test_server.sh index 5467c52459..7d40270f13 100644 --- a/src/regress/lib/libssl/test_server.sh +++ b/src/regress/lib/libssl/test_server.sh | |||
@@ -6,4 +6,4 @@ echo see the results of the ssl negotiation, and stuff you type in the client | |||
6 | echo should echo in this window | 6 | echo should echo in this window |
7 | echo | 7 | echo |
8 | echo | 8 | echo |
9 | /usr/sbin/ssleay s_server -tls1 -key testdsa.key -cert testdsa.pem | 9 | /usr/sbin/openssl s_server -tls1 -key testdsa.key -cert testdsa.pem |