Spelling error.
[openssl.git] / apps / gendh.c
index 98ee413c74b716c82bf2f0f0ad2ea404cd2bb031..574a13a57aa7968a7a976a8b362f8deda3a90df3 100644 (file)
  * [including the GNU Public Licence.]
  */
 
+/* Until the key-gen callbacks are modified to use newer prototypes, we allow
+ * deprecated functions for openssl-internal code */
+#ifdef OPENSSL_NO_DEPRECATED
+#undef OPENSSL_NO_DEPRECATED
+#endif
+
 #ifndef OPENSSL_NO_DH
 #include <stdio.h>
 #include <string.h>