From: Richard Levitte Date: Sun, 20 Sep 2015 00:05:35 +0000 (+0200) Subject: Correct srp test X-Git-Tag: OpenSSL_1_1_0-pre1~581 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c9f6be4ead3ddc5044c1c0430b4d0335301f202b;p=oweals%2Fopenssl.git Correct srp test There actually is a "srp" feature to check the availability on Reviewed-by: Stephen Henson --- diff --git a/test/recipes/90-test_srp.t b/test/recipes/90-test_srp.t index 6be2c39ff1..9110319a8c 100644 --- a/test/recipes/90-test_srp.t +++ b/test/recipes/90-test_srp.t @@ -2,4 +2,4 @@ use OpenSSL::Test::Simple; -simple_test("test_srp", "srptest"); +simple_test("test_srp", "srptest", "srp");