mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +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");
|