Get rid of some unnecessary casts and add a necessary one.
[oweals/openssl.git] / apps / dsaparam.c
index bd368a3a30fa8ae2259c28fb784c2e93214052aa..118d974bb03e1e61b7c340d55ad5595824b59ea5 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_DSA
 #include <stdio.h>
 #include <stdlib.h>
 #include <time.h>
@@ -349,3 +350,4 @@ static void MS_CALLBACK dsa_cb(int p, int n, char *arg)
        p=n;
 #endif
        }
+#endif