Update pkeyutl to use size_t for pkey functions.
[openssl.git] / apps / dsaparam.c
index 14e79f9a21e0d33bda3baadf761370fe8957bae7..c301e81af18ca3f3f3977d76dfc3bf9a44c9f003 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#include <openssl/opensslconf.h>       /* for OPENSSL_NO_DSA */
 /* Until the key-gen callbacks are modified to use newer prototypes, we allow
  * deprecated functions for openssl-internal code */
 #ifdef OPENSSL_NO_DEPRECATED