8cf2782399
Reviewed-by: Matt Caswell <matt@openssl.org>
24 lines
396 B
C
24 lines
396 B
C
|
|
#ifndef OPENSSL_NO_SRP
|
|
|
|
extern const BIGNUM bn_group_1024;
|
|
|
|
extern const BIGNUM bn_group_1536;
|
|
|
|
extern const BIGNUM bn_group_2048;
|
|
|
|
extern const BIGNUM bn_group_3072;
|
|
|
|
extern const BIGNUM bn_group_4096;
|
|
|
|
extern const BIGNUM bn_group_6144;
|
|
|
|
extern const BIGNUM bn_group_8192;
|
|
|
|
extern const BIGNUM bn_generator_19;
|
|
|
|
extern const BIGNUM bn_generator_5;
|
|
|
|
extern const BIGNUM bn_generator_2;
|
|
|
|
#endif
|