]> andersk Git - gssapi-openssh.git/blobdiff - openssh/gss-genr.c
minimize diffs with Simon's patch
[gssapi-openssh.git] / openssh / gss-genr.c
index 12ceb04e39fc174d56af5f55444f6899739f6ba1..9bc2a84a3bde3df18c573bf2b688f9e53caa5744 100644 (file)
 #ifdef GSSAPI
 
 #include "xmalloc.h"
-#include "buffer.h"
 #include "bufaux.h"
-#include "compat.h"
-#include <openssl/evp.h>
-#include "kex.h"
 #include "log.h"
-#include "monitor_wrap.h"
 #include "canohost.h"
 #include "ssh2.h"
 #include <openssl/evp.h>
@@ -90,7 +85,7 @@ ssh_gssapi_kex_mechs(gss_OID_set gss_supported, ssh_gssapi_check_fn *check,
        size_t i;
        int oidpos, enclen;
        char *mechs, *encoded;
-       unsigned char digest[EVP_MAX_MD_SIZE];
+       u_char digest[EVP_MAX_MD_SIZE];
        char deroid[2];
        const EVP_MD *evp_md = EVP_md5();
        EVP_MD_CTX md;
This page took 0.635524 seconds and 4 git commands to generate.