summaryrefslogtreecommitdiff
path: root/src/decrepit/ripemd/ripemd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/decrepit/ripemd/ripemd.c')
-rw-r--r--src/decrepit/ripemd/ripemd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decrepit/ripemd/ripemd.c b/src/decrepit/ripemd/ripemd.c
index ab9bc32d..275d4397 100644
--- a/src/decrepit/ripemd/ripemd.c
+++ b/src/decrepit/ripemd/ripemd.c
@@ -208,7 +208,7 @@ static void ripemd160_block_data_order(uint32_t h[5], const uint8_t *data,
c = C;
d = D;
e = E;
- /* Do other half */
+ // Do other half
A = h[0];
B = h[1];
C = h[2];