OSDN Git Service

libcrypt/md5.c:
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 11 Jun 2008 16:11:29 +0000 (16:11 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 11 Jun 2008 16:11:29 +0000 (16:11 -0000)
commitd50a50a32e440f58b2aae1e05099b0a6e8108531
treeb942cd19ef297a58d8000b5631b2a1545701ad4d
parenta558a51698b9b4974ec29fb7ae105bfe41084414
libcrypt/md5.c:
Make sp, ep and p variables automatic.
There is no point in having them static,
they never use their values retained from previous call.
Replace strlen(__md5__magic) etc by compile-time constants.

    text           data     bss     dec     hex filename
-   1957              0     132    2089     829 libcrypt/md5.o
+   1905              0     120    2025     7e9 libcrypt/md5.o
libcrypt/md5.c