From: Jim Meyering Date: Tue, 2 Dec 2003 09:08:16 +0000 (+0000) Subject: Use SHA1_H, not _SHA_H in #ifndef condition. X-Git-Tag: v5.1.0~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4797f7f440a0373fcd41afeb97f055c55fc84179;p=thirdparty%2Fcoreutils.git Use SHA1_H, not _SHA_H in #ifndef condition. --- diff --git a/lib/sha1.h b/lib/sha1.h index e63e5d5f78..caca96ebd4 100644 --- a/lib/sha1.h +++ b/lib/sha1.h @@ -16,8 +16,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef _SHA_H -# define _SHA_H 1 +#ifndef SHA1_H +# define SHA1_H 1 # include # include "md5.h"