add ecdsa: hcrypto null if we are not using openssl

This commit is contained in:
Love Hornquist Astrand
2009-08-14 16:21:01 +02:00
parent f6dd20ae2b
commit c9bc9957aa

View File

@@ -1364,6 +1364,10 @@ info(void *opt, int argc, char **argv)
{
printf("ecdsa: ECDSA_METHOD-not-export\n");
}
#else
{
printf("ecdsa: hcrypto null\n");
}
#endif
{
int ret = RAND_status();