diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tls-verify-peer/t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tls-verify-peer/t b/tests/tls-verify-peer/t index 50c7445..60bd042 100644 --- a/tests/tls-verify-peer/t +++ b/tests/tls-verify-peer/t @@ -116,7 +116,7 @@ if [ -d "/etc/ssl/certs" ]; then unverified_peer fi -c_rehash "$capath" +openssl rehash "$capath" # default host (localhost) is the CN (and also subjectAltName) with_remote_config <<<"SSL_CApath = $capath" |