Add OpenSSL headers to the clamav-milter project.

remotes/push_mirror/0.98.2
Shawn Webb 11 years ago
parent ab51fbbd9f
commit 39b1659580
  1. 4
      clamav-milter/clamav-milter.c
  2. 4
      clamav-milter/clamfi.c
  3. 4
      clamav-milter/netcode.c

@ -34,6 +34,10 @@
#include <time.h>
#include <libmilter/mfapi.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
#include "libclamav/crypto.h"
#include "clamav.h"
#include "shared/output.h"

@ -33,6 +33,10 @@
#include <libmilter/mfapi.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
#include "libclamav/crypto.h"
#include "shared/optparser.h"
#include "shared/output.h"
#include "libclamav/others.h"

@ -40,6 +40,10 @@
#include <netdb.h>
#include <sys/uio.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
#include "libclamav/crypto.h"
#include "shared/output.h"
#include "shared/optparser.h"
#include "libclamav/others.h"

Loading…
Cancel
Save