Remove nested functions: crypt/md5-crypt.c
commit34fff5c2473e970f4a58761c81ebbe097eaf211f
authorKonstantin Serebryany <konstantin.s.serebryany@gmail.com>
Thu, 22 May 2014 02:59:00 +0000 (22 08:29 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 22 May 2014 14:56:19 +0000 (22 20:26 +0530)
tree17c0067a4eb503e4a3f50f67a3ef4817bc3a7060
parent3d2badacf185fac740a2992240a817fb2ca325af
Remove nested functions: crypt/md5-crypt.c

This patch is the first in the series of patches that remove nested
functions from glibc.
Rationale: nested functions is a non-standard language feature;
removing nested functions
will allow to compile glibc with compilers other than GCC and thus
benefit from other compilers
and code analysis tools.
ChangeLog
crypt/md5-crypt.c