aboutsummaryrefslogtreecommitdiff
path: root/crypto/ansi_cprng.c
diff options
context:
space:
mode:
authorJan Engelmohr <jan.engelmohr@mailbox.tu-dresden.de>2016-07-26 15:25:59 +0200
committerMoyster <oysterized@gmail.com>2016-08-26 15:52:24 +0200
commit516480c70a5392533c2e3a81863ac02206a66e1b (patch)
treec22efa9678c72859bd4f47c40d40e57139fa8131 /crypto/ansi_cprng.c
parent08b83025dbff0cf59c6de550262999b3959067b2 (diff)
3.10.66 -> 3.10.67
Diffstat (limited to 'crypto/ansi_cprng.c')
-rw-r--r--crypto/ansi_cprng.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/ansi_cprng.c b/crypto/ansi_cprng.c
index 666f1962a..6f5bebc9b 100644
--- a/crypto/ansi_cprng.c
+++ b/crypto/ansi_cprng.c
@@ -476,4 +476,5 @@ module_param(dbg, int, 0);
MODULE_PARM_DESC(dbg, "Boolean to enable debugging (0/1 == off/on)");
module_init(prng_mod_init);
module_exit(prng_mod_fini);
-MODULE_ALIAS("stdrng");
+MODULE_ALIAS_CRYPTO("stdrng");
+MODULE_ALIAS_CRYPTO("ansi_cprng");