diff options
Diffstat (limited to 'ext/standard/md5.h')
-rw-r--r-- | ext/standard/md5.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/md5.h b/ext/standard/md5.h index 86bb4f7ada..451b49431d 100644 --- a/ext/standard/md5.h +++ b/ext/standard/md5.h @@ -26,8 +26,8 @@ | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | +----------------------------------------------------------------------+ */ -#ifndef _md5_h -#define _md5_h +#ifndef MD5_H +#define MD5_H /* MD5.H - header file for MD5C.C */ |