X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/93bac35f01137cb83de165fb1b60da700cd0bac0..refs/heads/master:/sslutils.h diff --git a/sslutils.h b/sslutils.h index dd9a5556..3a36c61b 100644 --- a/sslutils.h +++ b/sslutils.h @@ -35,8 +35,14 @@ #ifdef HAVE_OPENSSL #include "pcap/socket.h" // for PCAP_SOCKET +// If this is OpenSSL 1.0, at least one header may trigger a -Wdocumentation +// in Clang, which should not be a problem of this header or a file that +// includes it. +#include "diag-control.h" +DIAG_OFF_DOCUMENTATION #include #include +DIAG_ON_DOCUMENTATION /* * Utility functions