From 07980622e28746245a83ad9d011b6a4a32a1c2e0 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 13 Feb 2020 12:50:32 +0100 Subject: include/openssl/whrlpool.h: correct unbalanced deprecation guards Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/11087) --- include/openssl/whrlpool.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/openssl/whrlpool.h b/include/openssl/whrlpool.h index d2a483c..cc8802f 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 -- cgit v1.1