include/openssl/whrlpool.h: correct unbalanced deprecation guards
authorRichard Levitte <levitte@openssl.org>
Thu, 13 Feb 2020 11:50:32 +0000 (12:50 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 15 Feb 2020 06:01:29 +0000 (07:01 +0100)
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11087)

include/openssl/whrlpool.h

index d2a483c6c196fab57ff24d95d425e9b652d33ccc..cc8802f70cbb963e055a8f5b0f2801d5bf8e82f7 100644 (file)
@@ -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