From 70531c147c2d38b03f109312a270ccc0af6cf8d6 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 20 Dec 2008 17:04:40 +0000 Subject: Make no-engine work again. --- apps/dsa.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/dsa.c') diff --git a/apps/dsa.c b/apps/dsa.c index 0ebba0862d..5911f11873 100644 --- a/apps/dsa.c +++ b/apps/dsa.c @@ -96,9 +96,7 @@ int MAIN(int, char **); int MAIN(int argc, char **argv) { -#ifndef OPENSSL_NO_ENGINE ENGINE *e = NULL; -#endif int ret=1; DSA *dsa=NULL; int i,badops=0; -- cgit v1.2.3