diff options
-rw-r--r-- | src/regress/lib/libssl/testenc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/testenc.sh b/src/regress/lib/libssl/testenc.sh index 85997bfbe5..fa5cfed776 100644 --- a/src/regress/lib/libssl/testenc.sh +++ b/src/regress/lib/libssl/testenc.sh | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | testsrc=$2/ssleay.cnf | 3 | testsrc=$2/ssleay.cnf |
4 | test=$1/p | 4 | test=$1/p |
5 | cmd=/usr/sbin/ssleay | 5 | cmd=/usr/sbin/openssl |
6 | 6 | ||
7 | cd $1 | 7 | cd $1 |
8 | 8 | ||