Borland C++ builder.
[openssl.git] / apps / gendsa.c
index e43fd6a3a26418639df675b27912dcc6be6b8f33..da43245f8b0a74aee49d5570ddf0dd7a3751fd12 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_DSA
 #include <stdio.h>
 #include <string.h>
 #include <sys/types.h>
@@ -228,5 +229,4 @@ static long dsa_load_rand(char *name)
                }
        return(tot);
        }
-
-
+#endif