~piotr-sikora/libmemcached/fix-tests-on-openbsd

« back to all changes in this revision

Viewing changes to libhashkit/md5.c

Merge in all current libmemcached work, plus restore older, working,
memslap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
documentation and/or software.
30
30
*/
31
31
 
32
 
#include "common.h"
 
32
#include <libhashkit/common.h>
33
33
 
34
34
#include <string.h>
35
35
#include <sys/types.h>