diff options
Diffstat (limited to 'src/authAlgo.h')
-rw-r--r-- | src/authAlgo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/authAlgo.h b/src/authAlgo.h index c616f84..663962f 100644 --- a/src/authAlgo.h +++ b/src/authAlgo.h @@ -76,7 +76,7 @@ public: void generate(KeyDerivation& kd, EncryptedPacket& packet); bool checkTag(KeyDerivation& kd, EncryptedPacket& packet); - static const u_int32_t DIGEST_LENGTH = 0; + static const uint32_t DIGEST_LENGTH = 0; }; #ifndef NO_CRYPT @@ -92,7 +92,7 @@ public: void generate(KeyDerivation& kd, EncryptedPacket& packet); bool checkTag(KeyDerivation& kd, EncryptedPacket& packet); - static const u_int32_t DIGEST_LENGTH = 20; + static const uint32_t DIGEST_LENGTH = 20; private: #ifndef USE_SSL_CRYPTO |