php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #66840
Patch ext-openssl-xp_ssl.c.diff revision 2014-03-07 02:29 UTC by php-bugs-2014 at ryandesign dot com

Patch ext-openssl-xp_ssl.c.diff for OpenSSL related Bug #66840

Patch version 2014-03-07 02:29 UTC

Return to Bug #66840 | Download this patch
Patch Revisions:

Developer: php-bugs-2014@ryandesign.com

--- ext/openssl/xp_ssl.c.orig	2014-02-26 19:36:56.000000000 -0600
+++ ext/openssl/xp_ssl.c	2014-03-06 20:21:56.000000000 -0600
@@ -18,6 +18,10 @@
 
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "ext/standard/file.h"
 #include "ext/standard/url.h"
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 14:01:30 2024 UTC