From 97d37d10e2c0063b05e5984e295e235a52395af4 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 26 Mar 2023 19:22:35 +0000 Subject: Remove unnecessary HIDDEN_DECLS. --- src/lib/libcrypto/sha/sha1dgst.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/lib/libcrypto') diff --git a/src/lib/libcrypto/sha/sha1dgst.c b/src/lib/libcrypto/sha/sha1dgst.c index e8bf75ff56..4a93a56a6f 100644 --- a/src/lib/libcrypto/sha/sha1dgst.c +++ b/src/lib/libcrypto/sha/sha1dgst.c @@ -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. * @@ -89,16 +89,11 @@ 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 -- cgit v1.2.3-55-g6feb