diff options
author | Bob Beck <beck@cvs.openbsd.org> | 1999-09-29 10:06:21 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 1999-09-29 10:06:21 +0000 |
commit | 9b6ed5689f9caddcb960fa786cf42a9341d975d6 (patch) | |
tree | 3eae01adc5934ca1c634d6ec8bd0282737c7f566 /regress/lib/libssl/testenc.sh | |
parent | 8a2ff2888721983d3df5cfa2def28affd57daaa7 (diff) |
New minty openssl version
Diffstat (limited to 'regress/lib/libssl/testenc.sh')
-rw-r--r-- | regress/lib/libssl/testenc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib/libssl/testenc.sh b/regress/lib/libssl/testenc.sh index fa5cfed7764..c30993449f5 100644 --- a/regress/lib/libssl/testenc.sh +++ b/regress/lib/libssl/testenc.sh @@ -1,6 +1,6 @@ #!/bin/sh -testsrc=$2/ssleay.cnf +testsrc=$2/openssl.cnf test=$1/p cmd=/usr/sbin/openssl |