diff options
Diffstat (limited to 'src/pkcs8.cpp')
-rw-r--r-- | src/pkcs8.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkcs8.cpp b/src/pkcs8.cpp index 8be9c3353..930cc9163 100644 --- a/src/pkcs8.cpp +++ b/src/pkcs8.cpp @@ -82,7 +82,7 @@ SecureVector<byte> PKCS8_decode(DataSource& source, const User_Interface& ui, if(!is_encrypted) key = key_data; - const u32bit MAX_TRIES = + const u32bit MAX_TRIES = global_config().option_as_u32bit("base/pkcs8_tries"); u32bit tries = 0; |