diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2011-07-31 16:44:37 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2011-07-31 16:44:37 +0100 |
commit | e1c926f53750ca288f30f3d62eecdc763b67d642 (patch) | |
tree | 4e45932aebdf449131ca714ebf51e925840955d7 /lib/md5.c | |
parent | 39a939ce4ef6717d65c36c97e6a7adf05b125cad (diff) |
Facebook authentication. This isn't really OAuth in the end: FB doesn't
really support desktop app OAuth in a way that would work with BitlBee.
Plus, it's only OAuth-compliant by, err, name?
Diffstat (limited to 'lib/md5.c')
-rw-r--r-- | lib/md5.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ #include <sys/types.h> #include <string.h> /* for memcpy() */ +#include <stdio.h> #include "md5.h" static void md5_transform(uint32_t buf[4], uint32_t const in[16]); |