mirror of
https://github.com/openssl/openssl.git
synced 2024-12-03 05:41:46 +08:00
c9f6be4ead
There actually is a "srp" feature to check the availability on Reviewed-by: Stephen Henson <steve@openssl.org>
6 lines
89 B
Perl
6 lines
89 B
Perl
#! /usr/bin/perl
|
|
|
|
use OpenSSL::Test::Simple;
|
|
|
|
simple_test("test_srp", "srptest", "srp");
|