Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d691af00 authored by Paul Bolle's avatar Paul Bolle Committed by Herbert Xu
Browse files

crypto: s390 - clean up DES code a bit more



Commit 98971f84 ("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: default avatarPaul Bolle <pebolle@tiscali.nl>
Acked-by: default avatarJan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 7efe4076
Loading
Loading
Loading
Loading

arch/s390/crypto/crypto_des.h

deleted100644 → 0
+0 −18
Original line number Original line Diff line number Diff line
/*
 * 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__*/