hash/md5: make header guards consistent with path
This commit is contained in:
parent
8824331c4b
commit
33ade82ebf
@ -14,8 +14,8 @@
|
||||
* Copyright 2013 Danny Robson <danny@nerdcruft.net>
|
||||
*/
|
||||
|
||||
#ifndef __UTIL_MD5_HPP
|
||||
#define __UTIL_MD5_HPP
|
||||
#ifndef __UTIL_HASH_MD5_HPP
|
||||
#define __UTIL_HASH_MD5_HPP
|
||||
|
||||
#include <array>
|
||||
#include <cstdint>
|
||||
|
Loading…
Reference in New Issue
Block a user