source: bootcd/isolinux/syslinux-6.03/com32/libutil/include/xcrypt.h @ 26ffad7

Last change on this file since 26ffad7 was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 242 bytes
Line 
1#ifndef _LIBUTIL_XCRYPT_H
2#define _LIBUTIL_XCRYPT_H
3
4/* Extended crypt() implementations */
5
6char *crypt_md5(const char *, const char *);
7char *sha256_crypt(const char *, const char *);
8char *sha512_crypt(const char *, const char *);
9
10#endif
Note: See TracBrowser for help on using the repository browser.