Linux cryptographic layer development
 help / color / mirror / Atom feed
From: Mathias Krause <minipli@googlemail.com>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>,
	linux-crypto@vger.kernel.org,
	Mathias Krause <minipli@googlemail.com>,
	Jussi Kivilinna <jussi.kivilinna@iki.fi>
Subject: [PATCH 6/6] crypto: x86/des3_ede - drop bogus module aliases
Date: Sun, 11 Jan 2015 18:17:47 +0100	[thread overview]
Message-ID: <1420996667-31693-7-git-send-email-minipli@googlemail.com> (raw)
In-Reply-To: <1420996667-31693-1-git-send-email-minipli@googlemail.com>

This module implements variations of "des3_ede" only. Drop the bogus
module aliases for "des".

Cc: Jussi Kivilinna <jussi.kivilinna@iki.fi>
Signed-off-by: Mathias Krause <minipli@googlemail.com>
---
 arch/x86/crypto/des3_ede_glue.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/x86/crypto/des3_ede_glue.c b/arch/x86/crypto/des3_ede_glue.c
index 38a14f818ef1..d6fc59aaaadf 100644
--- a/arch/x86/crypto/des3_ede_glue.c
+++ b/arch/x86/crypto/des3_ede_glue.c
@@ -504,6 +504,4 @@ MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("Triple DES EDE Cipher Algorithm, asm optimized");
 MODULE_ALIAS_CRYPTO("des3_ede");
 MODULE_ALIAS_CRYPTO("des3_ede-asm");
-MODULE_ALIAS_CRYPTO("des");
-MODULE_ALIAS_CRYPTO("des-asm");
 MODULE_AUTHOR("Jussi Kivilinna <jussi.kivilinna@iki.fi>");
-- 
1.7.10.4

  parent reply	other threads:[~2015-01-11 17:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-11 17:17 [PATCH 0/6] crypto: module alias fixes Mathias Krause
2015-01-11 17:17 ` [PATCH 1/6] crypto: add missing crypto module aliases Mathias Krause
2015-01-13 15:36   ` Kees Cook
2015-01-11 17:17 ` [PATCH 2/6] crypto: sparc64/aes - fix module description Mathias Krause
2015-01-11 17:57   ` David Miller
2015-01-11 17:17 ` [PATCH 3/6] crypto: sparc64/camellia - fix module alias Mathias Krause
2015-01-11 17:57   ` David Miller
2015-01-11 17:17 ` [PATCH 4/6] crypto: sparc64/des - add "des3_ede" " Mathias Krause
2015-01-11 17:57   ` David Miller
2015-01-11 17:17 ` [PATCH 5/6] crypto: sparc64/md5 - fix module description Mathias Krause
2015-01-11 17:57   ` David Miller
2015-01-11 17:17 ` Mathias Krause [this message]
2015-01-13 11:32 ` [PATCH 0/6] crypto: module alias fixes Herbert Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1420996667-31693-7-git-send-email-minipli@googlemail.com \
    --to=minipli@googlemail.com \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=jussi.kivilinna@iki.fi \
    --cc=linux-crypto@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox