Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 3231 invoked from network); 3 Jun 2005 08:16:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jun 2005 08:16:44 -0000 Received: (qmail 7704 invoked by uid 500); 3 Jun 2005 08:16:38 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 7652 invoked by uid 500); 3 Jun 2005 08:16:37 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 7639 invoked by uid 500); 3 Jun 2005 08:16:37 -0000 Received: (qmail 7636 invoked by uid 99); 3 Jun 2005 08:16:37 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 03 Jun 2005 01:16:37 -0700 Received: (qmail 3076 invoked by uid 1526); 3 Jun 2005 08:16:24 -0000 Date: 3 Jun 2005 08:16:24 -0000 Message-ID: <20050603081624.3075.qmail@minotaur.apache.org> From: mturk@apache.org To: jakarta-tomcat-connectors-cvs@apache.org Subject: cvs commit: jakarta-tomcat-connectors/jni/native/include ssl_private.h X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N mturk 2005/06/03 01:16:24 Modified: jni/native/include ssl_private.h Log: Change promp_password proto by using size_t. Revision Changes Path 1.12 +2 -2 jakarta-tomcat-connectors/jni/native/include/ssl_private.h Index: ssl_private.h =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/include/ssl_private.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ssl_private.h 2 Jun 2005 11:07:06 -0000 1.11 +++ ssl_private.h 3 Jun 2005 08:16:24 -0000 1.12 @@ -167,7 +167,7 @@ void SSL_init_app_data2_idx(void); void *SSL_get_app_data2(SSL *); void SSL_set_app_data2(SSL *, void *); -int SSL_password_prompt(tcn_ssl_ctxt_t *, char *, int); +int SSL_password_prompt(tcn_ssl_ctxt_t *, char *, size_t); void SSL_BIO_close(BIO *); void SSL_BIO_doref(BIO *); DH *SSL_dh_get_tmp_param(int); --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org