Am Freitag, den 24.02.2012, 07:43 +0000 schrieb mt...@apache.org: > Author: mturk > Date: Fri Feb 24 07:43:44 2012 > New Revision: 1293119 > > URL: http://svn.apache.org/viewvc?rev=1293119&view=rev > Log: > BZ45392 Apply modified patch. OCSP is enabled is explicitly configure with > --enable-ocsp at build time > > Modified: > tomcat/native/branches/1.1.x/native/configure.in > tomcat/native/branches/1.1.x/native/include/ssl_private.h > tomcat/native/branches/1.1.x/native/src/sslutils.c > tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml > > Modified: tomcat/native/branches/1.1.x/native/configure.in > URL: > http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/configure.in?rev=1293119&r1=1293118&r2=1293119&view=diff > ============================================================================== > --- tomcat/native/branches/1.1.x/native/configure.in (original) > +++ tomcat/native/branches/1.1.x/native/configure.in Fri Feb 24 07:43:44 2012 > @@ -151,6 +151,17 @@ AC_ARG_ENABLE(openssl, > esac > ]) > > +AC_ARG_ENABLE(ocsp, > +[AS_HELP_STRING([--enable-openssl],[Turn on OpenSSL OCSP verification > support])], I think the help string should read --enable-ocsp.
Regards Felix --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org