From: Jeroen van der Heijden Date: Thu, 28 Jan 2021 10:24:07 +0000 (+0100) Subject: merge X-Git-Tag: archive/raspbian/2.0.44-1+rpi1~1^2~3^2^2~3^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7645679e5e7f2c53471fa643d1a9001b1c83207b;p=siridb-server.git merge --- 7645679e5e7f2c53471fa643d1a9001b1c83207b diff --cc src/owcrypt/owcrypt.c index 9157328a,9157328a..4dc92e89 --- a/src/owcrypt/owcrypt.c +++ b/src/owcrypt/owcrypt.c @@@ -53,7 -53,7 +53,7 @@@ static void owcrypt1 * # Checking can be done like this: * char[OWCRYPT_SZ] pw; * owcrypt("pasword_to_check", encrypted, pw"); -- * if (strcmp(pw, encrypted) === 0) { ++ * if (strcmp(pw, encrypted) == 0) { * # valid * } *