]> andersk Git - gssapi-openssh.git/blobdiff - openssh/gss-serv.c
update from Simon's openssh-4.3p2-gsskex-20060223.patch
[gssapi-openssh.git] / openssh / gss-serv.c
index 79f8970e2efc2a26a6e17a726e22c0af912a13d1..5a69d6657aa66d277282eb8f87abd319f6aefcb1 100644 (file)
@@ -72,7 +72,7 @@ ssh_gssapi_mech* supported_mechs[]= {
 static int limited = 0;
 #endif
 
-/* Unpriviledged */
+/* Unprivileged */
 char *
 ssh_gssapi_server_mechanisms() {
        gss_OID_set     supported;
@@ -82,19 +82,19 @@ ssh_gssapi_server_mechanisms() {
            NULL));
 }
 
-/* Unpriviledged */
+/* Unprivileged */
 int
 ssh_gssapi_server_check_mech(gss_OID oid, void *data) {
-        Gssctxt * ctx = NULL;
+       Gssctxt * ctx = NULL;
        int res;
-
        res = !GSS_ERROR(PRIVSEP(ssh_gssapi_server_ctx(&ctx, oid)));
        ssh_gssapi_delete_ctx(&ctx);
 
        return (res);
 }
 
-/* Unpriviledged */
+/* Unprivileged */
 void
 ssh_gssapi_supported_oids(gss_OID_set *oidset)
 {
This page took 0.038237 seconds and 4 git commands to generate.