summaryrefslogtreecommitdiff
path: root/crypt/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypt/md5.h')
-rw-r--r--crypt/md5.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypt/md5.h b/crypt/md5.h
index 1b3eac8cd1..57959bef03 100644
--- a/crypt/md5.h
+++ b/crypt/md5.h
@@ -1,6 +1,6 @@
/* Declaration of functions and data types used for MD5 sum computing
library functions.
- Copyright (C) 1995-2016 Free Software Foundation, Inc.
+ Copyright (C) 1995-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -22,7 +22,7 @@
#include <stdio.h>
-#if defined HAVE_LIMITS_H || _LIBC
+#if defined HAVE_LIMITS_H || defined _LIBC
# include <limits.h>
#endif