diff --git a/include/portable.h.in b/include/portable.h.in index 13c7122ae5..b6e6af113b 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -476,9 +476,6 @@ /* Define if you have the 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 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