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