aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/crypto/des.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/des.h')
-rw-r--r--include/crypto/des.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/crypto/des.h b/include/crypto/des.h
index 2c864a4e6707..7812b4331ae4 100644
--- a/include/crypto/des.h
+++ b/include/crypto/des.h
@@ -54,7 +54,4 @@ int des_expand_key(struct des_ctx *ctx, const u8 *key, unsigned int keylen);
int des3_ede_expand_key(struct des3_ede_ctx *ctx, const u8 *key,
unsigned int keylen);
-extern int __des3_ede_setkey(u32 *expkey, u32 *flags, const u8 *key,
- unsigned int keylen);
-
#endif /* __CRYPTO_DES_H */