X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=include%2Fcrypto%2Fif_alg.h;fp=include%2Fcrypto%2Fif_alg.h;h=56527c85d12222f58cb741c1f857cd644ddfa523;hb=5a8a076506af03f83f83d80412a7c0b06b687ee1;hp=24cfa96f98ea26c377b67160da9c42561ab54d4a;hpb=d282eeeb112a00b05595a034ac4cae8532a4c2fc;p=linux-2.6-microblaze.git diff --git a/include/crypto/if_alg.h b/include/crypto/if_alg.h index 24cfa96f98ea..56527c85d122 100644 --- a/include/crypto/if_alg.h +++ b/include/crypto/if_alg.h @@ -66,7 +66,7 @@ struct af_alg_sgl { struct af_alg_tsgl { struct list_head list; unsigned int cur; /* Last processed SG entry */ - struct scatterlist sg[0]; /* Array of SGs forming the SGL */ + struct scatterlist sg[]; /* Array of SGs forming the SGL */ }; #define MAX_SGL_ENTS ((4096 - sizeof(struct af_alg_tsgl)) / \