From 6864564797b6aa081b90995ae30711c197d9f1f4 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Mon, 19 Feb 2007 16:04:14 +0000 Subject: [PATCH] MFB --- ext/imap/php_imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 4a665fb802..38d6f839b6 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -475,10 +475,10 @@ PHP_MINIT_FUNCTION(imap) auth_link(&auth_gss); /* link in the gss authenticator */ #endif auth_link(&auth_pla); /* link in the plain authenticator */ +#endif #ifdef HAVE_IMAP_SSL ssl_onceonlyinit (); -#endif #endif /* lets allow NIL */ -- 2.40.0