We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48537a9 commit 547c2cdCopy full SHA for 547c2cd
src/netlog/netlog-ssl.c
@@ -9,7 +9,7 @@
9
#include "netlog-dtls.h"
10
#include "netlog-tls.h"
11
12
-static_assert(offsetof(TLSManager, auth_mode) == offsetof(DTLSManager, auth_mode));
+static_assert(offsetof(TLSManager, auth_mode) == offsetof(DTLSManager, auth_mode), "TLSManager and DTLSManager must be similar");
13
14
/* inspired by SSL_set_verify(3) */
15
int ssl_verify_certificate_validity(int preverify_ok, X509_STORE_CTX *store) {
0 commit comments