mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
Use OpenSSL for hashing.
This commit is contained in:
parent
9a0221255d
commit
b2e7c931d0
184 changed files with 2957 additions and 2213 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue