From: Otto Moerbeek Date: Tue, 18 Jan 2022 08:56:30 +0000 (+0100) Subject: whitespace X-Git-Tag: auth-4.7.0-alpha1~59^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11200%2Fhead;p=thirdparty%2Fpdns.git whitespace Co-authored-by: Remi Gacogne --- diff --git a/pdns/sha.hh b/pdns/sha.hh index 26c64de9ae..faef292f47 100644 --- a/pdns/sha.hh +++ b/pdns/sha.hh @@ -61,7 +61,7 @@ public: SHADigest(unsigned int bits) : #if defined(HAVE_EVP_MD_CTX_NEW) && defined(HAVE_EVP_MD_CTX_FREE) mdctx(std::unique_ptr(EVP_MD_CTX_new(), EVP_MD_CTX_free)) -#else +#else mdctx(std::unique_ptr(EVP_MD_CTX_create(), EVP_MD_CTX_destroy)) #endif {