Switch to new version numbering scheme.
[openssl.git] / apps / dsaparam.c
index e733b53db4924b7595712f8394a66a3e6d55e45e..118d974bb03e1e61b7c340d55ad5595824b59ea5 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_DSA
 #include <stdio.h>
 #include <stdlib.h>
 #include <time.h>
  * -genkey
  */
 
-#ifndef NOPROTO
 static void MS_CALLBACK dsa_cb(int p, int n, char *arg);
-#else
-static void MS_CALLBACK dsa_cb();
-#endif
-
 int MAIN(int argc, char **argv)
        {
        DSA *dsa=NULL;
@@ -354,3 +350,4 @@ static void MS_CALLBACK dsa_cb(int p, int n, char *arg)
        p=n;
 #endif
        }
+#endif