re-instate local md5.[ch] due to issues with linking openssl to GPL code

This commit is contained in:
bodea 2005-08-10 07:25:23 +00:00
parent e91dac99cf
commit aacba76c8d
7 changed files with 316 additions and 13 deletions

View file

@ -19,7 +19,7 @@
#include <fcntl.h>
#include <sys/select.h>
#include <signal.h>
#include <openssl/md5.h>
#include "../md5.h"
extern char *optarg;
extern int optind;