1234567891011121314151617 |
- $OpenBSD: patch-mutt_sasl_c,v 1.4 2017/06/03 13:09:06 sthen Exp $
- Pledge
- Index: mutt_sasl.c
- --- mutt_sasl.c.orig
- +++ mutt_sasl.c
- @@ -126,7 +126,7 @@ static int mutt_sasl_cb_log(void *context, int priorit
-
- /* mutt_sasl_start: called before doing a SASL exchange - initialises library
- * (if necessary). */
- -static int mutt_sasl_start(void)
- +int mutt_sasl_start(void)
- {
- static unsigned char sasl_init = 0;
-
|