projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17979f5
)
Correct srp test
author
Richard Levitte
<levitte@openssl.org>
Sun, 20 Sep 2015 00:05:35 +0000
(
02:05
+0200)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 20 Sep 2015 00:06:51 +0000
(
02:06
+0200)
There actually is a "srp" feature to check the availability on
Reviewed-by: Stephen Henson <steve@openssl.org>
test/recipes/90-test_srp.t
patch
|
blob
|
history
diff --git
a/test/recipes/90-test_srp.t
b/test/recipes/90-test_srp.t
index 6be2c39ff1b3e26e364853d80dea5609db402d0f..9110319a8c5409911921e9bff9401ba81622648f 100644
(file)
--- 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"
);