diff options
author | 2016-12-23 23:22:25 +0000 | |
---|---|---|
committer | 2016-12-23 23:22:25 +0000 | |
commit | b636a65c63275e4981d29a7f8a07b4a6c9936d61 (patch) | |
tree | 97f4d30de93af33afbe9473ae686d3f0bbe8a802 | |
parent | Write RFC 3820 manual page PROXY_POLICY_new(3) from scratch. (diff) | |
download | wireguard-openbsd-b636a65c63275e4981d29a7f8a07b4a6c9936d61.tar.xz wireguard-openbsd-b636a65c63275e4981d29a7f8a07b4a6c9936d61.zip |
Move __BEGIN_HIDDEN_DECLS out of the middle of a function declaration.
ok jca@
-rw-r--r-- | lib/libcrypto/sha/sha_locl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/sha/sha_locl.h b/lib/libcrypto/sha/sha_locl.h index bb5f1b20721..46c9a39be2f 100644 --- a/lib/libcrypto/sha/sha_locl.h +++ b/lib/libcrypto/sha/sha_locl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sha_locl.h,v 1.22 2016/12/21 15:49:29 jsing Exp $ */ +/* $OpenBSD: sha_locl.h,v 1.23 2016/12/23 23:22:25 patrick Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -85,12 +85,12 @@ ix=(a)=ROTATE((a),1) \ ) +__BEGIN_HIDDEN_DECLS + #ifndef SHA1_ASM static #endif -__BEGIN_HIDDEN_DECLS - void sha1_block_data_order (SHA_CTX *c, const void *p,size_t num); __END_HIDDEN_DECLS |