mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-28 09:37:10 -04:00
HAVE_RSA_GENERATE_KEY/HAVE_DSA_GENERATE_PARAMETERS/HAVE_DH_GENERATE_PARAMETERS
This commit is contained in:
parent
488e4f4e6a
commit
bf2fe05272
1 changed files with 10 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: config.h.win32,v 1.8.18.3 2004/05/04 00:03:44 marka Exp $ */
|
||||
/* $Id: config.h.win32,v 1.8.18.4 2006/03/10 01:13:42 marka Exp $ */
|
||||
|
||||
/*
|
||||
* win32 configuration file
|
||||
|
|
@ -104,6 +104,15 @@
|
|||
/* Define if you have h_errno */
|
||||
#define HAVE_H_ERRNO
|
||||
|
||||
/* Define if you have RSA_generate_key(). */
|
||||
#define HAVE_RSA_GENERATE_KEY
|
||||
|
||||
/* Define if you have DSA_generate_parameters(). */
|
||||
#define HAVE_DSA_GENERATE_PARAMETERS
|
||||
|
||||
/* Define if you have DH_generate_parameters(). */
|
||||
#define HAVE_DH_GENERATE_PARAMETERS
|
||||
|
||||
#define ISC_PLATFORM_NEEDSTRLCAT
|
||||
|
||||
#define ISC_PLATFORM_NEEDSTRLCPY
|
||||
|
|
|
|||
Loading…
Reference in a new issue