merge
authorJeroen van der Heijden <jeroen@transceptor.technology>
Thu, 28 Jan 2021 10:24:07 +0000 (11:24 +0100)
committerJeroen van der Heijden <jeroen@transceptor.technology>
Thu, 28 Jan 2021 10:24:07 +0000 (11:24 +0100)
1  2 
src/owcrypt/owcrypt.c

index 9157328a9dd44bc0faf546f7af88eaa958c9030c,9157328a9dd44bc0faf546f7af88eaa958c9030c..4dc92e89c89c85cc684d6d6fa0052e0d7aa49abc
@@@ -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
   *  }
   *