diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2023-03-26 19:22:36 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2023-03-26 19:22:36 +0000 |
commit | 57c5e8cdc9436f7f508b963061092911e175c3e5 (patch) | |
tree | fe43d28b580d0099000707dfc1625f02aae34c75 /lib | |
parent | 8663e4c75ed07bf2a364d51a29f8b41c6bff76d0 (diff) |
Remove unnecessary HIDDEN_DECLS.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/sha/sha1dgst.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libcrypto/sha/sha1dgst.c b/lib/libcrypto/sha/sha1dgst.c index e8bf75ff56a..4a93a56a6f7 100644 --- a/lib/libcrypto/sha/sha1dgst.c +++ b/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 |