Skip to content

Commit

Permalink
MFH: fix SSL connection on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
edinkad committed Mar 22, 2007
1 parent fe9f85f commit f9e8d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/imap/php_imap.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,10 @@ PHP_MINIT_FUNCTION(imap)
#if HAVE_IMAP_KRB && defined(HAVE_IMAP_AUTH_GSS)
auth_link(&auth_gss); /* link in the gss authenticator */
#endif
#endif

#ifdef HAVE_IMAP_SSL
ssl_onceonlyinit ();
#endif
#endif

/* lets allow NIL */
Expand Down

0 comments on commit f9e8d21

Please sign in to comment.