summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2016-12-07 23:12:04 +0100
committerKurt Roeckx <kurt@roeckx.be>2016-12-08 19:06:18 +0100
commit4410f9d786da11a47fba9f345ae0642ff95972e0 (patch)
tree8e729a94feb3048baf7ebb1845042ddbb870b049 /test
parente512840d7a691ec372453bcb5f42e00eec180b18 (diff)
And client fuzzer
Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #2041
Diffstat (limited to 'test')
-rwxr-xr-xtest/recipes/90-test_fuzz.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/90-test_fuzz.t b/test/recipes/90-test_fuzz.t
index d152925733..75248ef70d 100755
--- a/test/recipes/90-test_fuzz.t
+++ b/test/recipes/90-test_fuzz.t
@@ -15,7 +15,7 @@ use OpenSSL::Test::Utils;
setup("test_fuzz");
-my @fuzzers = ('asn1', 'asn1parse', 'bignum', 'bndiv', 'conf', 'crl', 'server', 'x509');
+my @fuzzers = ('asn1', 'asn1parse', 'bignum', 'bndiv', 'client', 'conf', 'crl', 'server', 'x509');
if (!disabled("cms")) {
push @fuzzers, 'cms';
}