simple menu: break password comparisons out into a separate file
authorH. Peter Anvin <hpa@zytor.com>
Mon, 11 Feb 2008 06:32:46 +0000 (22:32 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 11 Feb 2008 06:32:46 +0000 (22:32 -0800)
commit4d4bf8c86bc16a9b75449054ce78c0ac097c86d5
tree4bd346449b1c4e116fac21c165fa06f42f31767e
parentc416cce81f71b56c41086e767bd3d96fcc81c002
simple menu: break password comparisons out into a separate file

Move passwd_compare() into a separate source file, for cleanliness.
com32/menu/Makefile
com32/menu/menu.h
com32/menu/menumain.c
com32/menu/passwd.c [new file with mode: 0644]