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

@ -22,6 +22,11 @@
#if HAVE_CONFIG_H
#include "clamav-config.h"
#endif
#include <openssl/ssl.h>
#include <openssl/err.h>
#include "libclamav/crypto.h"
#include "clamav.h"
#include "others.h"
#include "bytecode.h"