mirror of
https://github.com/openssl/openssl.git
synced 2025-04-18 20:40:45 +08:00
evp_pkey_dparams_test.c: Fix build error on OPENSSL_NO_{DH,DSA,EC}
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13110)
This commit is contained in:
parent
821d6f8c67
commit
0191854154
@ -89,6 +89,7 @@ static const unsigned char ecparam_bin[] = {
|
||||
};
|
||||
#endif
|
||||
|
||||
#if !defined(OPENSSL_NO_DH) || !defined(OPENSSL_NO_DSA) || !defined(OPENSSL_NO_EC)
|
||||
static const struct {
|
||||
int type;
|
||||
const unsigned char *param_bin;
|
||||
@ -105,7 +106,6 @@ static const struct {
|
||||
#endif
|
||||
};
|
||||
|
||||
#if !defined(OPENSSL_NO_DH) || !defined(OPENSSL_NO_DSA) || !defined(OPENSSL_NO_EC)
|
||||
static int params_bio_test(int id)
|
||||
{
|
||||
int ret, out_len;
|
||||
|
Loading…
x
Reference in New Issue
Block a user