diff --git a/src/common/crypto_openssl.c b/src/common/crypto_openssl_mgt.c similarity index 99% rename from src/common/crypto_openssl.c rename to src/common/crypto_openssl_mgt.c index e7495f9720..ff9052b560 100644 --- a/src/common/crypto_openssl.c +++ b/src/common/crypto_openssl_mgt.c @@ -10,7 +10,7 @@ * \brief Block of functions related to operations from OpenSSL. **/ -#include "crypto_openssl.h" +#include "crypto_openssl_mgt.h" #ifndef NEW_THREAD_API /** A number of preallocated mutexes for use by OpenSSL. */ diff --git a/src/common/crypto_openssl.h b/src/common/crypto_openssl_mgt.h similarity index 100% rename from src/common/crypto_openssl.h rename to src/common/crypto_openssl_mgt.h