summaryrefslogtreecommitdiffstats
path: root/cryptodev_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'cryptodev_main.c')
-rw-r--r--cryptodev_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptodev_main.c b/cryptodev_main.c
index 185d894..0797986 100644
--- a/cryptodev_main.c
+++ b/cryptodev_main.c
@@ -748,6 +748,7 @@ cryptodev_register(void)
int rc;
ncr_limits_init();
+ ncr_master_key_reset();
rc = misc_register (&cryptodev);
if (unlikely(rc)) {