Update from 1.0.0-stable
[openssl.git] / apps / dsa.c
index 0ebba0862d328209bbadbd59dbfca3ef435ac23a..5911f11873dae01d57eb00b9c43eb71eb7569bc3 100644 (file)
@@ -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;