Reduce build warnings and enable Qt build
This commit is contained in:
@@ -167,7 +167,8 @@ PBKDF2_SHA256(const uint8_t *passwd, size_t passwdlen, const uint8_t *salt,
|
||||
}
|
||||
|
||||
/* Clean PShctx, since we never called _Final on it. */
|
||||
memset(&PShctx, 0, sizeof(HMAC_SHA256_CTX));
|
||||
PShctx.ictx.Reset();
|
||||
PShctx.octx.Reset();
|
||||
}
|
||||
|
||||
static inline uint32_t
|
||||
|
||||
Reference in New Issue
Block a user