From 4797f7f440a0373fcd41afeb97f055c55fc84179 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 2 Dec 2003 09:08:16 +0000 Subject: Use SHA1_H, not _SHA_H in #ifndef condition. --- lib/sha1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/sha1.h b/lib/sha1.h index e63e5d5f7..caca96ebd 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" -- cgit v1.2.3-70-g09d2