mirror of
https://github.com/openssl/openssl.git
synced 2025-02-05 14:10:53 +08:00
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");
|