Bläddra i källkod

prune obsolete #include

hmac.h was needed only for the cram-md5 implementation.
Oswald Buddenhagen 9 år sedan
förälder
incheckning
719d4a2437
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      src/socket.c

+ 0 - 1
src/socket.c

@@ -39,7 +39,6 @@
 #ifdef HAVE_LIBSSL
 # include <openssl/ssl.h>
 # include <openssl/err.h>
-# include <openssl/hmac.h>
 # include <openssl/x509v3.h>
 #endif