diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-21 20:03:20 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-21 20:03:20 +0000 |
commit | 67e320f2201b518732cc46b59ff4f5b0b79c8aec (patch) | |
tree | c5564fa547d8b63e510084671614d11f512ee992 /libcrypt/md5.c | |
parent | 04bb057e1b198eec7a67a4ecc810a07c2c8a24e2 (diff) |
Hide __des_crypt/__md5_crypt
Diffstat (limited to 'libcrypt/md5.c')
-rw-r--r-- | libcrypt/md5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrypt/md5.c b/libcrypt/md5.c index 27ee2a802..7d852b7b2 100644 --- a/libcrypt/md5.c +++ b/libcrypt/md5.c @@ -531,7 +531,7 @@ static void __md5_to64( char *s, unsigned long v, int n) * Use MD5 for what it is best at... */ -extern char * __md5_crypt( const char *pw, const char *salt) +extern char attribute_hidden * __md5_crypt( const char *pw, const char *salt) { /* Static stuff */ static const char *sp, *ep; |