Oops, add missing declaration.

This commit is contained in:
Dr. Stephen Henson 2011-05-12 13:02:25 +00:00
parent d7fc9ffc51
commit 7f9ef5621a

View File

@ -2257,6 +2257,9 @@ static int init_ssl_connection(SSL *con)
X509 *peer; X509 *peer;
long verify_error; long verify_error;
MS_STATIC char buf[BUFSIZ]; MS_STATIC char buf[BUFSIZ];
#ifndef OPENSSL_NO_KRB5
char *client_princ;
#endif
if ((i=SSL_accept(con)) <= 0) if ((i=SSL_accept(con)) <= 0)
{ {