Changeset e1c926f for lib/md5.c


Ignore:
Timestamp:
2011-07-31T15:44:37Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
f138bd2
Parents:
39a939c
Message:

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?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/md5.c

    r39a939c re1c926f  
    2424#include <sys/types.h>
    2525#include <string.h>             /* for memcpy() */
     26#include <stdio.h>
    2627#include "md5.h"
    2728
Note: See TracChangeset for help on using the changeset viewer.