Skip to content

Commit 573a7ce

Browse files
committed
md5.h: Add missing include guard
1 parent eb5e77b commit 573a7ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/crypto/md5.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
* $Date: 2007/11/08 09:48:59 $
2626
*
2727
*/
28+
#ifndef MD5_H_bfc1acbbf06e
29+
#define MD5_H_bfc1acbbf06e
2830

2931
#ifdef __cplusplus
3032
extern "C" {
@@ -44,3 +46,4 @@ void MD5Final(unsigned char digest[16], MD5CTX *context);
4446
#ifdef __cplusplus
4547
}
4648
#endif
49+
#endif // MD5_H_bfc1acbbf06e

0 commit comments

Comments
 (0)