]> andersk Git - moira.git/blobdiff - update/auth_002.c
Fixes to build with `gcc' instead of `gcc -traditional' on suns. (Needed
[moira.git] / update / auth_002.c
index 1d817ab502e0baef5c0929277ffe7c5bd8e6de90..182e77a5c79ea3524941a69464338dd4282ee1c7 100644 (file)
@@ -129,7 +129,7 @@ auth_002(str)
        code = connection_errno(conn);
        goto auth_failed;
     }
-    des_key_sched(&ad.session, &sched);
+    des_key_sched(ad.session, sched);
     des_ecb_encrypt(STRING_DATA(data), nonce2, sched, 0);
     if (memcmp(nonce, nonce2, sizeof(nonce)))
        goto auth_failed;
This page took 0.044127 seconds and 4 git commands to generate.