aboutsummaryrefslogtreecommitdiff
path: root/libbutl/sha256.mxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/sha256.mxx')
-rw-r--r--libbutl/sha256.mxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/libbutl/sha256.mxx b/libbutl/sha256.mxx
index c5e5864..23a116a 100644
--- a/libbutl/sha256.mxx
+++ b/libbutl/sha256.mxx
@@ -114,9 +114,9 @@ LIBBUTL_MODEXPORT namespace butl
private:
struct context // Note: identical to SHA256_CTX.
{
- uint32_t state[8];
- uint64_t count;
- uint8_t buf[64];
+ std::uint32_t state[8];
+ std::uint64_t count;
+ std::uint8_t buf[64];
};
union