[PATCH] Fix buffer overflow and races in capi debug functions
[powerpc.git] / include / linux / sunrpc / gss_krb5.h
index 01c5e43..5a4b1e0 100644 (file)
@@ -42,8 +42,6 @@
 
 struct krb5_ctx {
        int                     initiate; /* 1 = initiating, 0 = accepting */
-       int                     seed_init;
-       unsigned char           seed[16];
        struct crypto_blkcipher *enc;
        struct crypto_blkcipher *seq;
        s32                     endtime;