summaryrefslogtreecommitdiff
path: root/external/neon/neon_fix_no_OPENSSL_Applink.patch
blob: 40291ff412bf0292517b551f3f2360bc1bc19119 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/ne_openssl.c
+++ src/ne_openssl.c
@@ -440,7 +440,7 @@
 #ifdef NE_DEBUGGING
         if (ne_debug_mask & NE_DBG_SSL) {
             fprintf(ne_debug_stream, "Cert #%d:\n", n);
-            X509_print_fp(ne_debug_stream, cert->subject);
+            // X509_print_fp(ne_debug_stream, cert->subject);
         }
 #endif
         if (top == NULL) {