From ea08eeccae9297f7aabd2ef7f0c2517ac4549acc Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 20 Feb 2024 01:18:26 +0000
Subject: [PATCH] write in 30M
---
kernel/crypto/nhpoly1305.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/crypto/nhpoly1305.c b/kernel/crypto/nhpoly1305.c
index 52b94e9..8a3006c 100644
--- a/kernel/crypto/nhpoly1305.c
+++ b/kernel/crypto/nhpoly1305.c
@@ -245,7 +245,7 @@
crypto_unregister_shash(&nhpoly1305_alg);
}
-module_init(nhpoly1305_mod_init);
+subsys_initcall(nhpoly1305_mod_init);
module_exit(nhpoly1305_mod_exit);
MODULE_DESCRIPTION("NHPoly1305 ε-almost-∆-universal hash function");
--
Gitblit v1.6.2