pike.git/
src/
post_modules/
Nettle/
nettle.h
Branch:
Tag:
Non-build tags
All tags
No tags
2012-07-25
2012-07-25 21:03:06 by Martin Nilsson <nilsson@opera.com>
395c4afebc4c834ee3d7fc1356f8928a65c35761 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added option to modify magic on crypt_md5 call.
20:
char *pike_crypt_md5(int pl, const char *const pw,
-
int sl, const char *const salt);
+
int sl, const char *const salt
,
+
int ml, const char *const magic
);
void hash_init(void);