Browse Source

prune obsolete #include

hmac.h was needed only for the cram-md5 implementation.
Oswald Buddenhagen 9 năm trước cách đây
mục cha
commit
719d4a2437
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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