CVSROOT:        /cvs
Module name:    src
Changes by:     k...@cvs.openbsd.org    2016/12/16 10:55:27

Modified files:
        bin/md5        : md5.c 

Log message:
Move declaration of an 'i' inside the scope of its use. Which in
turn is inside an #ifdef. Thus making the code clearer by eliminating
an #ifdef in the middle of the declarations.

Suggested by millert@

Reply via email to