From 33ade82ebf31cfef216d31aafa66da3f1182b5fd Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 20 Jun 2016 16:49:00 +1000 Subject: [PATCH] hash/md5: make header guards consistent with path --- hash/md5.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hash/md5.hpp b/hash/md5.hpp index 58679232..1cfb1de0 100644 --- a/hash/md5.hpp +++ b/hash/md5.hpp @@ -14,8 +14,8 @@ * Copyright 2013 Danny Robson */ -#ifndef __UTIL_MD5_HPP -#define __UTIL_MD5_HPP +#ifndef __UTIL_HASH_MD5_HPP +#define __UTIL_HASH_MD5_HPP #include #include