X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a59c5565745b21ab13ba016612b9bbbc95ffc8ed..42db3a2c36e26e0106b1e480407e32d3c8c09bef:/sbr/netsec.c diff --git a/sbr/netsec.c b/sbr/netsec.c index 6a72495b..83d75631 100644 --- a/sbr/netsec.c +++ b/sbr/netsec.c @@ -7,6 +7,8 @@ */ #include "h/mh.h" +#include "credentials.h" +#include "getcpy.h" #include "brkstring.h" #include "h/utils.h" #include "h/netsec.h" @@ -1495,6 +1497,7 @@ netsec_get_sasl_ssf(netsec_context *nsc) #ifdef CYRUS_SASL return nsc->sasl_ssf; #else /* CYRUS_SASL */ + NMH_UNUSED(nsc); return 0; #endif /* CYRUS_SASL */ }