summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/testenc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/testenc.sh')
-rw-r--r--src/regress/lib/libssl/testenc.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/testenc.sh b/src/regress/lib/libssl/testenc.sh
index d1da3139d1..355e9cd923 100644
--- a/src/regress/lib/libssl/testenc.sh
+++ b/src/regress/lib/libssl/testenc.sh
@@ -1,5 +1,5 @@
1#!/bin/sh 1#!/bin/sh
2# $OpenBSD: testenc.sh,v 1.5 2001/01/29 02:05:48 niklas Exp $ 2# $OpenBSD: testenc.sh,v 1.6 2002/01/15 18:51:39 art Exp $
3 3
4 4
5testsrc=$2/openssl.cnf 5testsrc=$2/openssl.cnf
@@ -31,6 +31,11 @@ else
31 /bin/rm $test.cipher $test.clear 31 /bin/rm $test.cipher $test.clear
32fi 32fi
33 33
34/bin/rm -f $test
35exit 0
36
37# These tests are now done by the makefile.
38
34for i in rc4 \ 39for i in rc4 \
35 des-cfb des-ede-cfb des-ede3-cfb \ 40 des-cfb des-ede-cfb des-ede3-cfb \
36 des-ofb des-ede-ofb des-ede3-ofb \ 41 des-ofb des-ede-ofb des-ede3-ofb \