2
0

Documentation improvements.

This commit is contained in:
Maarten Billemont
2017-08-10 12:48:04 -04:00
parent c3bb896f40
commit 2033ebdc72
2 changed files with 2 additions and 2 deletions

View File

@@ -190,7 +190,7 @@ uint8_t const *mpw_kdf_blake2b(const size_t subkeySize, const uint8_t *key, cons
return NULL;
}
#else
#error No crypto support for mpw_scrypt.
#error No crypto support for mpw_kdf_blake2b.
#endif
return subkey;