ECDSA_METHOD-not-export if openssl
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24702 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1333,6 +1333,11 @@ info(void *opt, int argc, char **argv)
|
|||||||
if (m != NULL)
|
if (m != NULL)
|
||||||
printf("dh: %s\n", m->name);
|
printf("dh: %s\n", m->name);
|
||||||
}
|
}
|
||||||
|
#ifdef HAVE_OPENSSL
|
||||||
|
{
|
||||||
|
printf("ecdsa: ECDSA_METHOD-not-export\n");
|
||||||
|
}
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
int ret = RAND_status();
|
int ret = RAND_status();
|
||||||
printf("rand: %s\n", ret == 1 ? "ok" : "not available");
|
printf("rand: %s\n", ret == 1 ? "ok" : "not available");
|
||||||
|
Reference in New Issue
Block a user