diff options
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r-- | cmakeconfig.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index 38925d7b..852d1517 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -33,12 +33,12 @@ /* Define to 1 if you have the `ether_ntohost' function. */ #cmakedefine HAVE_ETHER_NTOHOST 1 -/* Define to 1 if you have the `EVP_CipherInit_ex' function. */ -#cmakedefine HAVE_EVP_CIPHERINIT_EX 1 - /* Define to 1 if you have the `EVP_CIPHER_CTX_new' function. */ #cmakedefine HAVE_EVP_CIPHER_CTX_NEW 1 +/* Define to 1 if you have the `EVP_DecryptInit_ex' function. */ +#cmakedefine HAVE_EVP_DECRYPTINIT_EX 1 + /* Define to 1 if you have the <fcntl.h> header file. */ #cmakedefine HAVE_FCNTL_H 1 |