libutil: add header file <xcrypt.h> for extended crypt routines
authorH. Peter Anvin <hpa@zytor.com>
Mon, 11 Feb 2008 06:50:32 +0000 (22:50 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 11 Feb 2008 06:50:32 +0000 (22:50 -0800)
commit830cd01e2135a4e6e9ef06d1680fe9cd5a066e74
tree7b1b824447704fbdc9effae869005f636f05dcb0
parenta62aaffeead17edc61e509ea643af408743619d5
libutil: add header file <xcrypt.h> for extended crypt routines

Add a common header file, xcrypt.h, for the various extended crypt
routines (md5, sha256, sha512).
com32/libutil/include/xcrypt.h [new file with mode: 0644]
com32/libutil/sha256crypt.c
com32/libutil/sha512crypt.c