Use QUINT32_MAX in tests instead of hardcoding the number.

This commit is contained in:
Felix Geyer 2013-10-12 19:11:57 +02:00
parent 98d888063b
commit 7dde8a771f
3 changed files with 10 additions and 10 deletions

View file

@ -21,10 +21,6 @@
#include "crypto/Crypto.h"
#ifndef QUINT32_MAX
#define QUINT32_MAX 4294967295U
#endif
class RandomBackendGcrypt : public RandomBackend
{
public: