sw_ooxmlimport: move export test to sw_ooxmlexport8
[LibreOffice.git] / external / neon / neon_fix_no_OPENSSL_Applink.patch
blob40291ff412bf0292517b551f3f2360bc1bc19119
1 --- src/ne_openssl.c
2 +++ src/ne_openssl.c
3 @@ -440,7 +440,7 @@
4 #ifdef NE_DEBUGGING
5 if (ne_debug_mask & NE_DBG_SSL) {
6 fprintf(ne_debug_stream, "Cert #%d:\n", n);
7 - X509_print_fp(ne_debug_stream, cert->subject);
8 + // X509_print_fp(ne_debug_stream, cert->subject);
10 #endif
11 if (top == NULL) {