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:
Love Hörnquist Åstrand
2009-02-14 20:13:48 +00:00
parent 8c452e59ba
commit 1ea672676b

View File

@@ -1333,6 +1333,11 @@ info(void *opt, int argc, char **argv)
if (m != NULL)
printf("dh: %s\n", m->name);
}
#ifdef HAVE_OPENSSL
{
printf("ecdsa: ECDSA_METHOD-not-export\n");
}
#endif
{
int ret = RAND_status();
printf("rand: %s\n", ret == 1 ? "ok" : "not available");