From 656b3490c873d5d671b861401aa6119784d5e3ba Mon Sep 17 00:00:00 2001 From: patrick <> Date: Fri, 23 Dec 2016 23:22:25 +0000 Subject: Move __BEGIN_HIDDEN_DECLS out of the middle of a function declaration. ok jca@ --- src/lib/libcrypto/sha/sha_locl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/sha/sha_locl.h b/src/lib/libcrypto/sha/sha_locl.h index bb5f1b2072..46c9a39be2 100644 --- a/src/lib/libcrypto/sha/sha_locl.h +++ b/src/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 -- cgit v1.2.3-55-g6feb