Starting a new report after bug 896088. Even in the latest monitoring-plugins, the build fails with USE=gnutls: sslutils.c:66:17: warning: implicit declaration of function 'SSL_CTX_set_min_proto_version' [-Wimplicit-function-declaration] 66 | SSL_CTX_set_min_proto_version(ctx, SSL3_VERSION); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslutils.c:66:52: error: 'SSL3_VERSION' undeclared (first use in this function); did you mean 'NP_VERSION'? 66 | SSL_CTX_set_min_proto_version(ctx, SSL3_VERSION); | ^~~~~~~~~~~~ | NP_VERSION sslutils.c:66:52: note: each undeclared identifier is reported only once for each function it appears in sslutils.c:67:17: warning: implicit declaration of function 'SSL_CTX_set_max_proto_version' [-Wimplicit-function-declaration] 67 | SSL_CTX_set_max_proto_version(ctx, SSL3_VERSION); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslutils.c:75:52: error: 'TLS1_VERSION' undeclared (first use in this function); did you mean 'GNUTLS_VERSION'? 75 | SSL_CTX_set_min_proto_version(ctx, TLS1_VERSION); | ^~~~~~~~~~~~ | GNUTLS_VERSION sslutils.c:110:52: error: 'TLS1_1_VERSION' undeclared (first use in this function) 110 | SSL_CTX_set_min_proto_version(ctx, TLS1_1_VERSION); | ^~~~~~~~~~~~~~
*** This bug has been marked as a duplicate of bug 919368 ***