diff options
Diffstat (limited to 'core/crypto/hashing_context.h')
-rw-r--r-- | core/crypto/hashing_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/crypto/hashing_context.h b/core/crypto/hashing_context.h index 40d075afa9..7cd55ba267 100644 --- a/core/crypto/hashing_context.h +++ b/core/crypto/hashing_context.h @@ -45,7 +45,7 @@ public: private: void *ctx = nullptr; - HashType type; + HashType type = HASH_MD5; protected: static void _bind_methods(); |