diff options
author | lloyd <[email protected]> | 2006-08-19 03:41:44 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-08-19 03:41:44 +0000 |
commit | e77cb87e54e5727778c92f81d12aefc91852847d (patch) | |
tree | d8b3ada126a6386cdeeb27be2cfa17679520e6cd | |
parent | ea86de51a80f770b44434782c1ccc8a77a3a0c14 (diff) |
Remove trailing whitespace
-rw-r--r-- | src/crl_ent.cpp | 2 | ||||
-rw-r--r-- | src/pkcs8.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/crl_ent.cpp b/src/crl_ent.cpp index 5576c0eba..2ef33fb65 100644 --- a/src/crl_ent.cpp +++ b/src/crl_ent.cpp @@ -91,7 +91,7 @@ void CRL_Entry::decode_from(BER_Decoder& source) if(source.more_items()) { - std::string action = + std::string action = global_config().option("x509/crl/unknown_critical"); if(action != "throw" && action != "ignore") 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; |