diff --git a/include/portable.h.in b/include/portable.h.in index 13c7122ae542be9cdd824ee1afe3d065f68637af..b6e6af113b0f35c2287503d1ca88eabca41e49c1 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -476,9 +476,6 @@ /* Define if you have the <openssl/bn.h> header file. */ #undef HAVE_OPENSSL_BN_H -/* Define if you have OpenSSL with CRL checking capability. */ -#undef HAVE_OPENSSL_CRL - /* Define if you have the <openssl/crypto.h> header file. */ #undef HAVE_OPENSSL_CRYPTO_H @@ -752,6 +749,9 @@ /* define if you have RSAref */ #undef HAVE_RSAREF +/* define if you have OpenSSL with CRL checking capability */ +#undef HAVE_OPENSSL_CRL + /* define if you have TLS */ #undef HAVE_TLS