From: Richard Levitte Date: Thu, 13 Feb 2020 11:50:32 +0000 (+0100) Subject: include/openssl/whrlpool.h: correct unbalanced deprecation guards X-Git-Tag: openssl-3.0.0-alpha1~464 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11087%2Fhead;p=thirdparty%2Fopenssl.git include/openssl/whrlpool.h: correct unbalanced deprecation guards Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/11087) --- diff --git a/include/openssl/whrlpool.h b/include/openssl/whrlpool.h index d2a483c6c19..cc8802f70cb 100644 --- a/include/openssl/whrlpool.h +++ b/include/openssl/whrlpool.h @@ -53,10 +53,8 @@ DEPRECATEDIN_3_0(int WHIRLPOOL_Final(unsigned char *md, WHIRLPOOL_CTX *c)) DEPRECATEDIN_3_0(unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md)) -# if !defined(OPENSSL_NO_DEPRECATED_3_0) -# ifdef __cplusplus +# ifdef __cplusplus } -# endif # endif # endif