X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=crypto%2Finternal.h;h=2da6ad4f3593a064a035e9ba796c2c530a269876;hb=df34403dcaacef541a67c955aebc37c51f53ca7c;hp=93d9b10ff91451ab69bdfd52f47d0de62580e09e;hpb=db131ef9084110d9e82549c0a627e157e8bb99d7;p=powerpc.git diff --git a/crypto/internal.h b/crypto/internal.h index 93d9b10ff9..2da6ad4f35 100644 --- a/crypto/internal.h +++ b/crypto/internal.h @@ -73,19 +73,6 @@ static inline void crypto_yield(u32 flags) cond_resched(); } -#ifdef CONFIG_CRYPTO_HMAC -int crypto_alloc_hmac_block(struct crypto_tfm *tfm); -void crypto_free_hmac_block(struct crypto_tfm *tfm); -#else -static inline int crypto_alloc_hmac_block(struct crypto_tfm *tfm) -{ - return 0; -} - -static inline void crypto_free_hmac_block(struct crypto_tfm *tfm) -{ } -#endif - #ifdef CONFIG_PROC_FS void __init crypto_init_proc(void); void __exit crypto_exit_proc(void);