add initial support for RFC 4279 PSK SSL ciphersuites
[openssl.git] / apps / gendsa.c
index 6d2ed06c81d9093344cc0d5a630983956e7675d1..828e27f1c0458f39088eb2bbd487a20bdfe4bfb3 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#include <openssl/opensslconf.h>       /* for OPENSSL_NO_DSA */
 #ifndef OPENSSL_NO_DSA
 #include <stdio.h>
 #include <string.h>