Author: rjung
Date: Mon Nov  9 17:57:30 2015
New Revision: 1713496

URL: http://svn.apache.org/viewvc?rev=1713496&view=rev
Log:
Followup to r1713495: Forgot the non-OPENSSL
branch.

Modified:
    tomcat/native/trunk/native/src/sslinfo.c

Modified: tomcat/native/trunk/native/src/sslinfo.c
URL: 
http://svn.apache.org/viewvc/tomcat/native/trunk/native/src/sslinfo.c?rev=1713496&r1=1713495&r2=1713496&view=diff
==============================================================================
--- tomcat/native/trunk/native/src/sslinfo.c (original)
+++ tomcat/native/trunk/native/src/sslinfo.c Mon Nov  9 17:57:30 2015
@@ -573,8 +573,8 @@ TCN_IMPLEMENT_CALL(jint, SSLSocket, getI
  * Create empty stubs.
  */
 
-TCN_IMPLEMENT_CALL(jobject, SSLSocket, getInfoB)(TCN_STDARGS, jlong sock,
-                                                 jint what)
+TCN_IMPLEMENT_CALL(jbyteArray, SSLSocket, getInfoB)(TCN_STDARGS, jlong sock,
+                                                    jint what)
 {
     UNREFERENCED_STDARGS;
     UNREFERENCED(sock);



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to