add ecdsa: hcrypto null if we are not using openssl
This commit is contained in:
@@ -1364,6 +1364,10 @@ info(void *opt, int argc, char **argv)
|
|||||||
{
|
{
|
||||||
printf("ecdsa: ECDSA_METHOD-not-export\n");
|
printf("ecdsa: ECDSA_METHOD-not-export\n");
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
{
|
||||||
|
printf("ecdsa: hcrypto null\n");
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
int ret = RAND_status();
|
int ret = RAND_status();
|
||||||
|
Reference in New Issue
Block a user