mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-18 01:44:47 -05:00
Use QUINT32_MAX in tests instead of hardcoding the number.
This commit is contained in:
parent
98d888063b
commit
7dde8a771f
3 changed files with 10 additions and 10 deletions
|
|
@ -21,10 +21,6 @@
|
|||
|
||||
#include "crypto/Crypto.h"
|
||||
|
||||
#ifndef QUINT32_MAX
|
||||
#define QUINT32_MAX 4294967295U
|
||||
#endif
|
||||
|
||||
class RandomBackendGcrypt : public RandomBackend
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue