diff options
Diffstat (limited to 'include/crypto/algapi.h')
-rw-r--r-- | include/crypto/algapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/crypto/algapi.h b/include/crypto/algapi.h index 010545436efa..ce010a346420 100644 --- a/include/crypto/algapi.h +++ b/include/crypto/algapi.h | |||
@@ -52,6 +52,7 @@ struct crypto_template { | |||
52 | 52 | ||
53 | struct crypto_instance *(*alloc)(struct rtattr **tb); | 53 | struct crypto_instance *(*alloc)(struct rtattr **tb); |
54 | void (*free)(struct crypto_instance *inst); | 54 | void (*free)(struct crypto_instance *inst); |
55 | int (*create)(struct crypto_template *tmpl, struct rtattr **tb); | ||
55 | 56 | ||
56 | char name[CRYPTO_MAX_ALG_NAME]; | 57 | char name[CRYPTO_MAX_ALG_NAME]; |
57 | }; | 58 | }; |