public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypto: s390 - clean up DES code a bit more
@ 2012-06-08 22:26 Paul Bolle
  2012-06-11  8:34 ` Jan Glauber
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Bolle @ 2012-06-08 22:26 UTC (permalink / raw)
  To: Herbert Xu, David S. Miller, Martin Schwidefsky, Heiko Carstens,
	linux390
  Cc: linux-s390, linux-kernel

Commit 98971f8439b1bb9a61682fe24a865ddd25167a6b ("crypto: s390 - cleanup
DES code") should have also removed crypto_des.h. That file is unused
and unneeded since that commit. So let's clean up that file too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Untested. Ought to be correct.

 arch/s390/crypto/crypto_des.h |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)
 delete mode 100644 arch/s390/crypto/crypto_des.h

diff --git a/arch/s390/crypto/crypto_des.h b/arch/s390/crypto/crypto_des.h
deleted file mode 100644
index 6210457..0000000
--- a/arch/s390/crypto/crypto_des.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Cryptographic API.
- *
- * Function for checking keys for the DES and Tripple DES Encryption
- * algorithms.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- */
-#ifndef __CRYPTO_DES_H__
-#define __CRYPTO_DES_H__
-
-extern int crypto_des_check_key(const u8*, unsigned int, u32*);
-
-#endif /*__CRYPTO_DES_H__*/
-- 
1.7.7.6

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-06-12 10:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 22:26 [PATCH] crypto: s390 - clean up DES code a bit more Paul Bolle
2012-06-11  8:34 ` Jan Glauber
2012-06-12 10:05   ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox