diff options
author | Jim Meyering <jim@meyering.net> | 2003-12-02 09:08:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-12-02 09:08:16 +0000 |
commit | 4797f7f440a0373fcd41afeb97f055c55fc84179 (patch) | |
tree | c7879b9d8fb80dbcdf6b2e8ad30112da4acfece5 /lib | |
parent | 5dd50e5eb3110eb0d2a3a67f6b84cf1bb39d4fd7 (diff) | |
download | coreutils-4797f7f440a0373fcd41afeb97f055c55fc84179.tar.xz |
Use SHA1_H, not _SHA_H in #ifndef condition.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sha1.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <stdio.h> # include "md5.h" |