[CRYPTO] padlock: Update private header file
authorMichal Ludvig <michal@logix.cz>
Sat, 15 Jul 2006 00:23:49 +0000 (10:23 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 21 Sep 2006 01:40:22 +0000 (11:40 +1000)
PADLOCK_CRA_PRIORITY is shared between padlock-aes and padlock-sha
so it should be in the header.

On the other hand "struct cword" is only used in padlock-aes.c
so it's unnecessary to have it in padlock.h

Signed-off-by: Michal Ludvig <michal@logix.cz>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found