diff options
Diffstat (limited to 'src/sfsasl.h')
| -rw-r--r-- | src/sfsasl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sfsasl.h b/src/sfsasl.h index a53ed9d69f387..51e59647b0b85 100644 --- a/src/sfsasl.h +++ b/src/sfsasl.h @@ -14,12 +14,12 @@ # if SASL extern int sfdcsasl __P((SM_FILE_T **, SM_FILE_T **, sasl_conn_t *, int)); -# endif /* SASL */ +# endif # if STARTTLS extern int tls_retry __P((SSL *, int, int, time_t, int, int, const char *)); extern int sfdctls __P((SM_FILE_T **, SM_FILE_T **, SSL *)); -# endif /* STARTTLS */ +# endif #endif /* ! SFSASL_H */ |
