From: Dr. Stephen Henson Date: Thu, 12 May 2011 13:02:25 +0000 (+0000) Subject: Oops, add missing declaration. X-Git-Tag: OpenSSL_1_0_1-beta1~325 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7f9ef5621a77afd0d7923649af085de09af9f786;p=oweals%2Fopenssl.git Oops, add missing declaration. --- diff --git a/apps/s_server.c b/apps/s_server.c index 0a367732da..71c92e6ca4 100644 --- a/apps/s_server.c +++ b/apps/s_server.c @@ -2257,6 +2257,9 @@ static int init_ssl_connection(SSL *con) X509 *peer; long verify_error; MS_STATIC char buf[BUFSIZ]; +#ifndef OPENSSL_NO_KRB5 + char *client_princ; +#endif if ((i=SSL_accept(con)) <= 0) {