On Wed, Apr 12, 2017 at 5:31 PM, <[email protected]> wrote: > Author: gsmith > Date: Wed Apr 12 22:31:15 2017 > New Revision: 1791192 > > URL: http://svn.apache.org/viewvc?rev=1791192&view=rev > Log: > Add another include since applink.c has been moved in > the OpenSSL source. More info: > http://marc.info/?t=149192864300001&r=1&w=2 > > Modified: > httpd/httpd/branches/2.4.x/support/abs.mak > > Modified: httpd/httpd/branches/2.4.x/support/abs.mak > URL: > http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/support/abs.mak?rev=1791192&r1=1791191&r2=1791192&view=diff > ============================================================================== > --- httpd/httpd/branches/2.4.x/support/abs.mak (original) > +++ httpd/httpd/branches/2.4.x/support/abs.mak Wed Apr 12 22:31:15 2017 > @@ -28,7 +28,7 @@ NULL=nul > !IF "$(_HAVE_OSSL110)" == "1" > SSLCRP=libcrypto > SSLLIB=libssl > -SSLINC=/I ../srclib/openssl/include > +SSLINC=/I ../srclib/openssl/include /I ../srclib/openssl/ms
Question (untested)... does this work for local builds, since ms is not in the include <opensll/appfoo> scope?
