]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
win32
authorMark Andrews <marka@isc.org>
Thu, 25 May 2006 08:10:12 +0000 (08:10 +0000)
committerMark Andrews <marka@isc.org>
Thu, 25 May 2006 08:10:12 +0000 (08:10 +0000)
config.h.win32

index 71c729e14c42f00033bcdb2a4555be05069d7480..4e7cb25cf8729b95bb594219bffdf5e2c00ffcc0 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: config.h.win32,v 1.6.2.4 2006/05/25 06:49:00 marka Exp $ */
+/* $Id: config.h.win32,v 1.6.2.5 2006/05/25 08:10:12 marka Exp $ */
 
 /*
  * win32 configuration file
 /* Define if libcrypto has RSA_generate_key */
 #define HAVE_RSA_GENERATE_KEY
 
+/* Define if libcrypto has DSA_generate_parameters */
+#define HAVE_DSA_GENERATE_PARAMETERS
+
+/* Define if libcrypto has DH_generate_parameters */
+#define HAVE_DH_GENERATE_PARAMETERS
+
 #define S_IFMT   _S_IFMT         /* file type mask */
 #define S_IFDIR  _S_IFDIR        /* directory */
 #define S_IFCHR  _S_IFCHR        /* character special */