Browse Source

prune obsolete #include

hmac.h was needed only for the cram-md5 implementation.
1.2
Oswald Buddenhagen 8 years ago
parent
commit
719d4a2437
  1. 1
      src/socket.c

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

Loading…
Cancel
Save