From b940df2971da02f8b3bb6c2c4a84d2f59e62b4af Mon Sep 17 00:00:00 2001 From: OHASHI Hideya Date: Sun, 15 Jun 2014 08:29:39 +0900 Subject: [PATCH] rename SHA1COIN_H to SHA1_H --- sha1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sha1.h b/sha1.h index eaddc1b..4f1300c 100644 --- a/sha1.h +++ b/sha1.h @@ -1,5 +1,5 @@ -#ifndef SHA1COIN_H -#define SHA1COIN_H +#ifndef SHA1_H +#define SHA1_H #ifdef __cplusplus extern "C" {