diff options
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" |