diff --git a/src/main/tls.c b/src/main/tls.c index d6e741f70783..d4f38f9c8256 100644 --- a/src/main/tls.c +++ b/src/main/tls.c @@ -56,6 +56,8 @@ USES_APPLE_DEPRECATED_API /* OpenSSL API has been deprecated by Apple */ # endif # include +#define MOD_PREFIX "tls" + #ifdef ENABLE_OPENSSL_VERSION_CHECK typedef struct libssl_defect { uint64_t high;