prune obsolete #include

hmac.h was needed only for the cram-md5 implementation.
This commit is contained in:
Oswald Buddenhagen 2016-07-24 11:58:09 +02:00
parent 2648ef578f
commit 719d4a2437

View File

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