summaryrefslogtreecommitdiff
path: root/zen/argon2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zen/argon2.cpp')
-rw-r--r--zen/argon2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/argon2.cpp b/zen/argon2.cpp
index f48abe5e..1250e545 100644
--- a/zen/argon2.cpp
+++ b/zen/argon2.cpp
@@ -59,7 +59,7 @@
/* ----------------------------------------------------------------------
-/*
+ *
* A sort of 'abstract base class' or 'interface' or 'trait' which is
* the common feature of all types that want to accept data formatted
* using the SSH binary conventions of uint32, string, mpint etc.
bgstack15