summaryrefslogtreecommitdiffstats
path: root/src/crypto/des.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/des.c')
-rw-r--r--src/crypto/des.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/des.c b/src/crypto/des.c
index 6918bec3e..206f78d50 100644
--- a/src/crypto/des.c
+++ b/src/crypto/des.c
@@ -369,6 +369,7 @@ static void des_init ( void ) {
/** Initialisation function */
struct init_fn des_init_fn __init_fn ( INIT_NORMAL ) = {
+ .name = "des",
.initialise = des_init,
};