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: https://git.librecmc.org/?a=commitdiff_plain;h=07980622e28746245a83ad9d011b6a4a32a1c2e0;p=oweals%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 d2a483c6c1..cc8802f70c 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