X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d587c35d34fa72b933314771b019e6a45fb6e64d..2c5c74d8aff556e5cd7bc10c9d555a0b2a026ed7:/sbr/netsec.c?ds=inline diff --git a/sbr/netsec.c b/sbr/netsec.c index e8f8901f..b85fa146 100644 --- a/sbr/netsec.c +++ b/sbr/netsec.c @@ -1,6 +1,4 @@ - -/* - * netsec.c -- Network security routines for handling protocols that +/* netsec.c -- Network security routines for handling protocols that * require SASL and/or TLS. * * This code is Copyright (c) 2016, by the authors of nmh. See the @@ -1011,7 +1009,6 @@ netsec_set_sasl_params(netsec_context *nsc, const char *service, nsc->sasl_creds = nmh_get_credentials(nsc->ns_hostname, nsc->ns_userid); #else /* CYRUS_SASL */ - NMH_UNUSED(hostname); NMH_UNUSED(service); NMH_UNUSED(errstr); #endif /* CYRUS_SASL */