summaryrefslogtreecommitdiffstats
path: root/crypto/des/set_key.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/set_key.c')
-rw-r--r--crypto/des/set_key.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/des/set_key.c b/crypto/des/set_key.c
index ce4faf2322..37dec3cfb1 100644
--- a/crypto/des/set_key.c
+++ b/crypto/des/set_key.c
@@ -106,7 +106,8 @@ int DES_check_key_parity(const_DES_cblock *key)
return(1);
}
-/* Weak and semi week keys as take from
+/*-
+ * Weak and semi week keys as take from
* %A D.W. Davies
* %A W.L. Price
* %T Security for Computer Networks
@@ -399,7 +400,7 @@ int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule)
{
return(DES_set_key(key,schedule));
}
-/*
+/*-
#undef des_fixup_key_parity
void des_fixup_key_parity(des_cblock *key)
{