Judging from various messages on the OpenSSL mailing lists, HP-UX 10
[openssl.git] / apps / dsa.c
index dc282b77d0ff722667afede4bb9922239d4aab90..977955ae59dcd4b184c7b0626830fb3335114e40 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_DSA
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -252,4 +253,4 @@ end:
        if (dsa != NULL) DSA_free(dsa);
        EXIT(ret);
        }
-
+#endif