From f925315203f77d0241183ccabfc784d259b0a152 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Sat, 20 Mar 2021 13:49:08 +0100 Subject: Add convenience functions and macros for asymmetric key generation Add EVP_PKEY_gen(), EVP_PKEY_Q_gen(), EVP_RSA_gen(), and EVP_EC_gen(). Also export auxiliary function OSSL_EC_curve_nid2name() and improve deprecation info on RSA and EC key generation/management functions. Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/14695) --- crypto/conf/conf_def.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crypto/conf/conf_def.c') diff --git a/crypto/conf/conf_def.c b/crypto/conf/conf_def.c index ea6b5bf244..25fcc0400c 100644 --- a/crypto/conf/conf_def.c +++ b/crypto/conf/conf_def.c @@ -11,8 +11,8 @@ #include #include +#include "e_os.h" /* strcasecmp and struct stat */ #ifdef __TANDEM -# include /* strcasecmp */ # include /* needed for stat.h */ # include /* struct stat */ #endif @@ -28,7 +28,6 @@ # include # ifdef _WIN32 # define stat _stat -# define strcasecmp _stricmp # endif #endif -- cgit v1.2.3