pike.git/
src/
post_modules/
Nettle/
nettle.h
Branch:
Tag:
Non-build tags
All tags
No tags
2008-12-13
2008-12-13 08:23:19 by Martin Nilsson <mani@lysator.liu.se>
79598b87c5df75f3efcfe1f1fac1d70c366d9eed (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Synchronized type with crypt_md5.h
Rev: src/post_modules/Nettle/nettle.h:1.7
12:
Pike_error("Bad argument. Must be 8-bit string.\n"); \ } while(0)
-
char *pike_crypt_md5(int pl, const char *pw, int sl, const char *salt);
+
char *pike_crypt_md5(int pl, const char *
const
pw,
+
int sl, const char *
const
salt);
void hash_init(void);