diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index ade94a9..8a267d6 100644 --- a/config.h.in +++ b/config.h.in @@ -487,6 +487,9 @@ /* Define to 1 if you have the `RSA_meth_set_pub_enc' function. */ #undef HAVE_RSA_METH_SET_PUB_ENC +/* Define to 1 if you have the `RSA_meth_set_sign' function. */ +#undef HAVE_RSA_METH_SET_SIGN + /* Define to 1 if you have the `RSA_set0_key' function. */ #undef HAVE_RSA_SET0_KEY |