From c9bc9957aafeaf5cb91857dd5dd3f912832c6f24 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Fri, 14 Aug 2009 16:21:01 +0200 Subject: [PATCH] add ecdsa: hcrypto null if we are not using openssl --- lib/hx509/hxtool.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/hx509/hxtool.c b/lib/hx509/hxtool.c index 103981876..5c1a61980 100644 --- a/lib/hx509/hxtool.c +++ b/lib/hx509/hxtool.c @@ -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();