Oops, add missing declaration.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 12 May 2011 13:02:25 +0000 (13:02 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 12 May 2011 13:02:25 +0000 (13:02 +0000)
apps/s_server.c

index 0a367732da42a1a7fe224b979b1f5e6d892f18f1..71c92e6ca41d2386385bd7f019444554fcccd6e3 100644 (file)
@@ -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)
                {