You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2018/10/18 21:10:10 UTC

svn commit: r1844286 - /httpd/test/framework/trunk/t/ssl/ocsp.t

Author: ylavic
Date: Thu Oct 18 21:10:10 2018
New Revision: 1844286

URL: http://svn.apache.org/viewvc?rev=1844286&view=rev
Log:
Add 'use Net::SSLeay' required by Net::SSLeay::OPENSSL_VERSION_NUMBER().

Modified:
    httpd/test/framework/trunk/t/ssl/ocsp.t

Modified: httpd/test/framework/trunk/t/ssl/ocsp.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/ssl/ocsp.t?rev=1844286&r1=1844285&r2=1844286&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/ssl/ocsp.t (original)
+++ httpd/test/framework/trunk/t/ssl/ocsp.t Thu Oct 18 21:10:10 2018
@@ -6,6 +6,8 @@ use Apache::TestSSLCA;
 use Apache::TestRequest;
 use Apache::TestConfig ();
 
+use Net::SSLeay
+
 #if keepalives are on, renegotiation not happen again once
 #a client cert is presented.  so on test #3, the cert from #2
 #will be used.  this test scenerio would never



Re: svn commit: r1844286 - /httpd/test/framework/trunk/t/ssl/ocsp.t

Posted by Rainer Jung <ra...@kippdata.de>.
Thanks!

Am 18.10.2018 um 23:10 schrieb ylavic@apache.org:
> Author: ylavic
> Date: Thu Oct 18 21:10:10 2018
> New Revision: 1844286
> 
> URL: http://svn.apache.org/viewvc?rev=1844286&view=rev
> Log:
> Add 'use Net::SSLeay' required by Net::SSLeay::OPENSSL_VERSION_NUMBER().
> 
> Modified:
>      httpd/test/framework/trunk/t/ssl/ocsp.t
> 
> Modified: httpd/test/framework/trunk/t/ssl/ocsp.t
> URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/ssl/ocsp.t?rev=1844286&r1=1844285&r2=1844286&view=diff
> ==============================================================================
> --- httpd/test/framework/trunk/t/ssl/ocsp.t (original)
> +++ httpd/test/framework/trunk/t/ssl/ocsp.t Thu Oct 18 21:10:10 2018
> @@ -6,6 +6,8 @@ use Apache::TestSSLCA;
>   use Apache::TestRequest;
>   use Apache::TestConfig ();
>   
> +use Net::SSLeay
> +
>   #if keepalives are on, renegotiation not happen again once
>   #a client cert is presented.  so on test #3, the cert from #2
>   #will be used.  this test scenerio would never