projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7fc9ff
)
Oops, add missing declaration.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 12 May 2011 13:02:25 +0000
(13:02 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 12 May 2011 13:02:25 +0000
(13:02 +0000)
apps/s_server.c
patch
|
blob
|
history
diff --git
a/apps/s_server.c
b/apps/s_server.c
index 0a367732da42a1a7fe224b979b1f5e6d892f18f1..71c92e6ca41d2386385bd7f019444554fcccd6e3 100644
(file)
--- 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)
{