From 121baad3cd99aff8f6df64ca5f8c13647beeec93 Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Tue, 12 Jun 2012 16:50:55 +0800 Subject: [PATCH] --- yaml --- r: 318339 b: refs/heads/master c: d691af000274ae9658695c2a63a76b30890a8983 h: refs/heads/master i: 318337: 76cee1d463037ff17fcebdc55bbae2f1ffb8dccc 318335: d9de2508cdc0d7a6aedf2e401cd63be629ca51f8 v: v3 --- [refs] | 2 +- trunk/arch/s390/crypto/crypto_des.h | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 trunk/arch/s390/crypto/crypto_des.h diff --git a/[refs] b/[refs] index 41fa467f6dc8..016b5f597ef3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7efe4076725aeb01722445b56613681aa492c8d6 +refs/heads/master: d691af000274ae9658695c2a63a76b30890a8983 diff --git a/trunk/arch/s390/crypto/crypto_des.h b/trunk/arch/s390/crypto/crypto_des.h deleted file mode 100644 index 6210457ceebb..000000000000 --- a/trunk/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__*/