Преглед изворни кода

prune obsolete #include

hmac.h was needed only for the cram-md5 implementation.
Oswald Buddenhagen пре 9 година
родитељ
комит
719d4a2437
1 измењених фајлова са 0 додато и 1 уклоњено
  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