X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fircd_crypt.h;h=94d14b8b614e9fab0ee3a492237df398eb7198d6;hb=refs%2Fheads%2Fupstream-ssl;hp=0e69a45e77bf5b854be549364d8e5a98928e862b;hpb=5246a6127cca4385da318f2e75271b4f5907947b;p=ircu2.10.12-pk.git diff --git a/include/ircd_crypt.h b/include/ircd_crypt.h index 0e69a45..94d14b8 100644 --- a/include/ircd_crypt.h +++ b/include/ircd_crypt.h @@ -59,7 +59,7 @@ struct crypt_mechs_s { /* exported functions */ extern void ircd_crypt_init(void); -extern const char* ircd_crypt(const char* key, const char* salt); +extern char* ircd_crypt(const char* key, const char* salt); extern int ircd_crypt_register_mech(crypt_mech_t* mechanism); extern int ircd_crypt_unregister_mech(crypt_mech_t* mechanism);