Thanks!

Am 18.10.2018 um 23:10 schrieb yla...@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

Reply via email to