summaryrefslogtreecommitdiff
path: root/zen/argon2.cpp
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-04-03 09:56:38 -0400
committerB. Stack <bgstack15@gmail.com>2023-04-03 09:56:38 -0400
commit765e1bb3bdeb5c49f08543c20206e55c772e6b80 (patch)
tree920f288910890016e540213fe65f2d6f38aa82be /zen/argon2.cpp
parentadd upstream 12.1 (diff)
downloadFreeFileSync-765e1bb3bdeb5c49f08543c20206e55c772e6b80.tar.gz
FreeFileSync-765e1bb3bdeb5c49f08543c20206e55c772e6b80.tar.bz2
FreeFileSync-765e1bb3bdeb5c49f08543c20206e55c772e6b80.zip
add upstream 12.212.2
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