This is a first-cut at improving the callback mechanisms used in
[openssl.git] / crypto / dsa / dsatest.c
index 1ab90cfd7e493c23bbe3d3d395177a323e24db67..c341c1b49ced1700d15b56add062d6ec2d92bd39 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
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>