aboutsummaryrefslogtreecommitdiffstats
path: root/src/constructs/tss/tss.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/constructs/tss/tss.h')
-rw-r--r--src/constructs/tss/tss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constructs/tss/tss.h b/src/constructs/tss/tss.h
index 485e42c53..297c65971 100644
--- a/src/constructs/tss/tss.h
+++ b/src/constructs/tss/tss.h
@@ -61,7 +61,7 @@ class BOTAN_DLL RTSS_Share
/**
* @return size of this share in bytes
*/
- u32bit size() const { return contents.size(); }
+ size_t size() const { return contents.size(); }
/**
* @return if this TSS share was initialized or not