diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-04-24 06:24:14 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-04-24 06:24:14 +0200 |
| commit | 457c655231d10b7ec606f8b3a63f461fe19f098c (patch) | |
| tree | bdbdc45ed8c91b26d860357d7560451066a21e13 /src/auth/crypt.h | |
| parent | enable more warnings (diff) | |
| download | cerberus-457c655231d10b7ec606f8b3a63f461fe19f098c.tar.gz cerberus-457c655231d10b7ec606f8b3a63f461fe19f098c.tar.bz2 cerberus-457c655231d10b7ec606f8b3a63f461fe19f098c.tar.xz | |
change inclusion guard pattern
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/auth/crypt.h')
| -rw-r--r-- | src/auth/crypt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auth/crypt.h b/src/auth/crypt.h index e75c5b5..0be6a39 100644 --- a/src/auth/crypt.h +++ b/src/auth/crypt.h @@ -16,8 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef __CRYPT_H__ -#define __CRYPT_H__ +#ifndef CERBERUS_AUTH_CRYPT_H +#define CERBERUS_AUTH_CRYPT_H /** |
