summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in96
1 files changed, 96 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 7940b4c86..91b65db8f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -393,6 +393,21 @@
393/* Define if you have /dev/ptc */ 393/* Define if you have /dev/ptc */
394#undef HAVE_DEV_PTS_AND_PTC 394#undef HAVE_DEV_PTS_AND_PTC
395 395
396/* Define if libcrypto has DH_get0_key */
397#undef HAVE_DH_GET0_KEY
398
399/* Define if libcrypto has DH_get0_pqg */
400#undef HAVE_DH_GET0_PQG
401
402/* Define if libcrypto has DH_set0_key */
403#undef HAVE_DH_SET0_KEY
404
405/* Define if libcrypto has DH_set0_pqg */
406#undef HAVE_DH_SET0_PQG
407
408/* Define if libcrypto has DH_set_length */
409#undef HAVE_DH_SET_LENGTH
410
396/* Define to 1 if you have the <dirent.h> header file. */ 411/* Define to 1 if you have the <dirent.h> header file. */
397#undef HAVE_DIRENT_H 412#undef HAVE_DIRENT_H
398 413
@@ -405,6 +420,30 @@
405/* Define to 1 if you have the `DSA_generate_parameters_ex' function. */ 420/* Define to 1 if you have the `DSA_generate_parameters_ex' function. */
406#undef HAVE_DSA_GENERATE_PARAMETERS_EX 421#undef HAVE_DSA_GENERATE_PARAMETERS_EX
407 422
423/* Define if libcrypto has DSA_get0_key */
424#undef HAVE_DSA_GET0_KEY
425
426/* Define if libcrypto has DSA_get0_pqg */
427#undef HAVE_DSA_GET0_PQG
428
429/* Define if libcrypto has DSA_set0_key */
430#undef HAVE_DSA_SET0_KEY
431
432/* Define if libcrypto has DSA_set0_pqg */
433#undef HAVE_DSA_SET0_PQG
434
435/* Define if libcrypto has DSA_SIG_get0 */
436#undef HAVE_DSA_SIG_GET0
437
438/* Define if libcrypto has DSA_SIG_set0 */
439#undef HAVE_DSA_SIG_SET0
440
441/* Define if libcrypto has ECDSA_SIG_get0 */
442#undef HAVE_ECDSA_SIG_GET0
443
444/* Define if libcrypto has ECDSA_SIG_set0 */
445#undef HAVE_ECDSA_SIG_SET0
446
408/* Define to 1 if you have the <elf.h> header file. */ 447/* Define to 1 if you have the <elf.h> header file. */
409#undef HAVE_ELF_H 448#undef HAVE_ELF_H
410 449
@@ -435,6 +474,15 @@
435/* Define if libcrypto has EVP_CIPHER_CTX_ctrl */ 474/* Define if libcrypto has EVP_CIPHER_CTX_ctrl */
436#undef HAVE_EVP_CIPHER_CTX_CTRL 475#undef HAVE_EVP_CIPHER_CTX_CTRL
437 476
477/* Define if libcrypto has EVP_CIPHER_CTX_set_iv */
478#undef HAVE_EVP_CIPHER_CTX_GET_IV
479
480/* Define if libcrypto has EVP_CIPHER_CTX_iv */
481#undef HAVE_EVP_CIPHER_CTX_IV
482
483/* Define if libcrypto has EVP_CIPHER_CTX_iv_noconst */
484#undef HAVE_EVP_CIPHER_CTX_IV_NOCONST
485
438/* Define to 1 if you have the `EVP_DigestFinal_ex' function. */ 486/* Define to 1 if you have the `EVP_DigestFinal_ex' function. */
439#undef HAVE_EVP_DIGESTFINAL_EX 487#undef HAVE_EVP_DIGESTFINAL_EX
440 488
@@ -447,9 +495,18 @@
447/* Define to 1 if you have the `EVP_MD_CTX_copy_ex' function. */ 495/* Define to 1 if you have the `EVP_MD_CTX_copy_ex' function. */
448#undef HAVE_EVP_MD_CTX_COPY_EX 496#undef HAVE_EVP_MD_CTX_COPY_EX
449 497
498/* Define if libcrypto has EVP_MD_CTX_free */
499#undef HAVE_EVP_MD_CTX_FREE
500
450/* Define to 1 if you have the `EVP_MD_CTX_init' function. */ 501/* Define to 1 if you have the `EVP_MD_CTX_init' function. */
451#undef HAVE_EVP_MD_CTX_INIT 502#undef HAVE_EVP_MD_CTX_INIT
452 503
504/* Define if libcrypto has EVP_MD_CTX_new */
505#undef HAVE_EVP_MD_CTX_NEW
506
507/* Define if libcrypto has EVP_PKEY_get0_RSA */
508#undef HAVE_EVP_PKEY_GET0_RSA
509
453/* Define to 1 if you have the `EVP_ripemd160' function. */ 510/* Define to 1 if you have the `EVP_ripemd160' function. */
454#undef HAVE_EVP_RIPEMD160 511#undef HAVE_EVP_RIPEMD160
455 512
@@ -972,9 +1029,48 @@
972/* Define to 1 if you have the `RSA_generate_key_ex' function. */ 1029/* Define to 1 if you have the `RSA_generate_key_ex' function. */
973#undef HAVE_RSA_GENERATE_KEY_EX 1030#undef HAVE_RSA_GENERATE_KEY_EX
974 1031
1032/* Define if libcrypto has RSA_get0_crt_params */
1033#undef HAVE_RSA_GET0_CRT_PARAMS
1034
1035/* Define if libcrypto has RSA_get0_factors */
1036#undef HAVE_RSA_GET0_FACTORS
1037
1038/* Define if libcrypto has RSA_get0_key */
1039#undef HAVE_RSA_GET0_KEY
1040
975/* Define to 1 if you have the `RSA_get_default_method' function. */ 1041/* Define to 1 if you have the `RSA_get_default_method' function. */
976#undef HAVE_RSA_GET_DEFAULT_METHOD 1042#undef HAVE_RSA_GET_DEFAULT_METHOD
977 1043
1044/* Define if libcrypto has RSA_meth_dup */
1045#undef HAVE_RSA_METH_DUP
1046
1047/* Define if libcrypto has RSA_meth_free */
1048#undef HAVE_RSA_METH_FREE
1049
1050/* Define if libcrypto has RSA_meth_get_finish */
1051#undef HAVE_RSA_METH_GET_FINISH
1052
1053/* Define if libcrypto has RSA_meth_set1_name */
1054#undef HAVE_RSA_METH_SET1_NAME
1055
1056/* Define if libcrypto has RSA_meth_set_finish */
1057#undef HAVE_RSA_METH_SET_FINISH
1058
1059/* Define if libcrypto has RSA_meth_set_priv_dec */
1060#undef HAVE_RSA_METH_SET_PRIV_DEC
1061
1062/* Define if libcrypto has RSA_meth_set_priv_enc */
1063#undef HAVE_RSA_METH_SET_PRIV_ENC
1064
1065/* Define if libcrypto has RSA_get0_srt_params */
1066#undef HAVE_RSA_SET0_CRT_PARAMS
1067
1068/* Define if libcrypto has RSA_set0_factors */
1069#undef HAVE_RSA_SET0_FACTORS
1070
1071/* Define if libcrypto has RSA_set0_key */
1072#undef HAVE_RSA_SET0_KEY
1073
978/* Define to 1 if you have the <sandbox.h> header file. */ 1074/* Define to 1 if you have the <sandbox.h> header file. */
979#undef HAVE_SANDBOX_H 1075#undef HAVE_SANDBOX_H
980 1076