]> andersk Git - gssapi-openssh.git/blobdiff - openssh/gss-serv-gsi.c
gssapi_kerberos_mech_old and gssapi_gsi_mech_old no longer used.
[gssapi-openssh.git] / openssh / gss-serv-gsi.c
index 068f056c63821349e84489f84eb21016804b3506..aa1dd749012e436b04aff23b6e121f8d324bdc04 100644 (file)
@@ -43,16 +43,6 @@ static int ssh_gssapi_gsi_userok(ssh_gssapi_client *client, char *name);
 static int ssh_gssapi_gsi_localname(ssh_gssapi_client *client, char **user);
 static void ssh_gssapi_gsi_storecreds(ssh_gssapi_client *client);
 
-ssh_gssapi_mech gssapi_gsi_mech_old = {
-       "N3+k7/4wGxHyuP8Yxi4RhA==",
-       "GSI",
-       {9, "\x2B\x06\x01\x04\x01\x9B\x50\x01\x01"},
-       NULL,
-       &ssh_gssapi_gsi_userok,
-       &ssh_gssapi_gsi_localname,
-       &ssh_gssapi_gsi_storecreds
-};
-
 ssh_gssapi_mech gssapi_gsi_mech = {
        "dZuIebMjgUqaxvbF7hDbAw==",
        "GSI",
This page took 0.098835 seconds and 4 git commands to generate.