Remove unnecessary HIDDEN_DECLS.
authorjsing <jsing@openbsd.org>
Sun, 26 Mar 2023 19:22:35 +0000 (19:22 +0000)
committerjsing <jsing@openbsd.org>
Sun, 26 Mar 2023 19:22:35 +0000 (19:22 +0000)
lib/libcrypto/sha/sha1dgst.c

index e8bf75f..4a93a56 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sha1dgst.c,v 1.20 2023/03/26 19:21:13 jsing Exp $ */
+/* $OpenBSD: sha1dgst.c,v 1.21 2023/03/26 19:22:35 jsing Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
                                          ix=(a)=ROTATE((a),1)  \
                                        )
 
-__BEGIN_HIDDEN_DECLS
-
 #ifndef SHA1_ASM
 static
 #endif
-
 void sha1_block_data_order (SHA_CTX *c, const void *p, size_t num);
 
-__END_HIDDEN_DECLS
-
 #include "md32_common.h"
 
 #define INIT_DATA_h0 0x67452301UL