[openssl.org #1537] [PATCH] Fix header path for pq_compat.h
This is a multi-part message in MIME format...
------------=_1181664814-8034-1
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
pq_compat.h calls out to opensslconf.h as a local include file (i.e. with
quotes). The convention used everywhere else in the code is to call into
the openssl directory as a system include (i.e. <openssl/>).
--- pq_compat.h.orig 2007-06-12 09:08:43.000000000 -0500
+++ pq_compat.h 2007-06-12 09:08:59.000000000 -0500
@@ -57,7 +57,7 @@
*
*/
-#include "opensslconf.h"
+#include <openssl/opensslconf.h>
#include <openssl/bn.h>
/*
------------=_1181664814-8034-1
Content-Type: text/html; charset="ISO-8859-1"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
RT-Attachment: 1537/16740/6791
pq_compat.h calls out to opensslconf.h as a local include file (i.e. with quotes). The convention used everywhere else in the code is to call into the openssl directory as a system include (i.e. <openssl/>).<br><br>
--- pq_compat.h.orig 2007-06-12 09:08:43.000000000 -0500<br>+++ pq_compat.h 2007-06-12 09:08:59.000000000 -0500<br>@@ -57,7 +57,7 @@<br> *<br> */<br> <br>-#include "opensslconf.h"<br>+#include <openssl/opensslconf.h>
<br> #include <openssl/bn.h><br> <br> /* <br>
------------=_1181664814-8034-1
Content-Type: text/x-patch;
charset="ANSI_X3.4-1968";
name="pqcompat_header.patch"
Content-Disposition: inline; filename="pqcompat_header.patch"
Content-Transfer-Encoding: 7bit
RT-Attachment: 1537/16740/6792
--- pq_compat.h.orig 2007-06-12 09:08:43.000000000 -0500
+++ pq_compat.h 2007-06-12 09:08:59.000000000 -0500
@@ -57,7 +57,7 @@
*
*/
-#include "opensslconf.h"
+#include <openssl/opensslconf.h>
#include <openssl/bn.h>
/*
------------=_1181664814-8034-1--
______________________________________________________________________
OpenSSL Project [url]http://www.openssl.org[/url]
Development Mailing List [email]openssl-dev@openssl.org[/email]
Automated List Manager [email]majordomo@openssl.org[/email]