Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-drm-fsl-dcu.git] / include / crypto / if_alg.h
index 88ea64e9a91ce5df933a84ff8cfdc4ec3e66b5d0..178525e5f430ba99f70a8f8250937501b46a650d 100644 (file)
@@ -50,6 +50,7 @@ struct af_alg_type {
        void (*release)(void *private);
        int (*setkey)(void *private, const u8 *key, unsigned int keylen);
        int (*accept)(void *private, struct sock *sk);
+       int (*setauthsize)(void *private, unsigned int authsize);
 
        struct proto_ops *ops;
        struct module *owner;