diff options
Diffstat (limited to 'regress/lib/libssl/test_server.sh')
-rw-r--r-- | regress/lib/libssl/test_server.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib/libssl/test_server.sh b/regress/lib/libssl/test_server.sh index 5467c524590..7d40270f13f 100644 --- a/regress/lib/libssl/test_server.sh +++ b/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 echo should echo in this window echo echo -/usr/sbin/ssleay s_server -tls1 -key testdsa.key -cert testdsa.pem +/usr/sbin/openssl s_server -tls1 -key testdsa.key -cert testdsa.pem |