Use OpenSSL for hashing.

This commit is contained in:
Shawn Webb 2014-02-08 00:31:12 -05:00
parent 9a0221255d
commit b2e7c931d0
184 changed files with 2957 additions and 2213 deletions

View file

@ -34,6 +34,10 @@
#include <ctype.h>
#include <zlib.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
#include "libclamav/crypto.h"
#include "clamav.h"
#include "others.h"