diff options
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo/crypt.c')
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/crypt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/crypt.c b/kopete/protocols/yahoo/libkyahoo/crypt.c index ee15c345..d3425a40 100644 --- a/kopete/protocols/yahoo/libkyahoo/crypt.c +++ b/kopete/protocols/yahoo/libkyahoo/crypt.c @@ -34,6 +34,7 @@ #include <stdlib.h> +#include "crypt.h" #include "md5.h" /* for MIN and MAX */ #include "libyahoo.h" @@ -47,8 +48,6 @@ static const char md5_salt_prefix[] = "$1$"; static const char b64t[64] = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; -char *yahoo_crypt(const char *key, const char *salt); - char *yahoo_crypt(const char *key, const char *salt) { char *buffer = NULL; |