Changeset 2231302 for crypting.h
- Timestamp:
- 2007-11-05T22:59:49Z (17 years ago)
- Branches:
- master
- Children:
- be68d99
- Parents:
- 5e2615a (diff), 7435ccf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
crypting.h
r5e2615a r2231302 25 25 26 26 int checkpass (const char *password, const char *md5sum); 27 char *hashpass (const char *password);28 char *obfucrypt (char *line, const char *password);29 char *deobfucrypt (char *line, const char *password);27 G_GNUC_MALLOC char *hashpass (const char *password); 28 G_GNUC_MALLOC char *obfucrypt (char *line, const char *password); 29 G_GNUC_MALLOC char *deobfucrypt (char *line, const char *password);
Note: See TracChangeset
for help on using the changeset viewer.