diff options
author | Colin Watson <cjwatson@debian.org> | 2006-05-12 08:53:37 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-05-12 08:53:37 +0000 |
commit | 2ee73b36b9a35daeaa4b065046882dc1f5f551b6 (patch) | |
tree | f64a4ace625514e94759878c0b94ab0a79805bbd /gss-genr.c | |
parent | 3c190ec8e469477ea65fbf4cc83062c65c281434 (diff) | |
parent | 3e2e0ac10674d77618c4c7339e18b83ced247492 (diff) |
Merge 4.3p2 to the trunk.
Diffstat (limited to 'gss-genr.c')
-rw-r--r-- | gss-genr.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gss-genr.c b/gss-genr.c index aad30dd0b..2a905f5e9 100644 --- a/gss-genr.c +++ b/gss-genr.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: gss-genr.c,v 1.4 2005/07/17 07:17:55 djm Exp $ */ | 1 | /* $OpenBSD: gss-genr.c,v 1.6 2005/10/13 22:24:31 stevesk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. | 4 | * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. |
@@ -30,9 +30,7 @@ | |||
30 | 30 | ||
31 | #include "xmalloc.h" | 31 | #include "xmalloc.h" |
32 | #include "bufaux.h" | 32 | #include "bufaux.h" |
33 | #include "compat.h" | ||
34 | #include "log.h" | 33 | #include "log.h" |
35 | #include "monitor_wrap.h" | ||
36 | #include "ssh2.h" | 34 | #include "ssh2.h" |
37 | #include <openssl/evp.h> | 35 | #include <openssl/evp.h> |
38 | 36 | ||
@@ -411,7 +409,8 @@ ssh_gssapi_buildmic(Buffer *b, const char *user, const char *service, | |||
411 | } | 409 | } |
412 | 410 | ||
413 | OM_uint32 | 411 | OM_uint32 |
414 | ssh_gssapi_server_ctx(Gssctxt **ctx, gss_OID oid) { | 412 | ssh_gssapi_server_ctx(Gssctxt **ctx, gss_OID oid) |
413 | { | ||
415 | if (*ctx) | 414 | if (*ctx) |
416 | ssh_gssapi_delete_ctx(ctx); | 415 | ssh_gssapi_delete_ctx(ctx); |
417 | ssh_gssapi_build_ctx(ctx); | 416 | ssh_gssapi_build_ctx(ctx); |