diff options
Diffstat (limited to 'src/utils/parsing.h')
-rw-r--r-- | src/utils/parsing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/parsing.h b/src/utils/parsing.h index cafdd146b..12370bf2b 100644 --- a/src/utils/parsing.h +++ b/src/utils/parsing.h @@ -53,7 +53,7 @@ BOTAN_DLL bool x500_name_cmp(const std::string& name1, * @param min_len the min length of the output string * @return n convert to a string */ -BOTAN_DLL std::string to_string(u64bit n, u32bit min_len= 0); +BOTAN_DLL std::string to_string(u64bit n, size_t min_len = 0); /** * Convert a string to a number |