diff options
author | lloyd <[email protected]> | 2008-04-12 03:08:18 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-12 03:08:18 +0000 |
commit | 66d92bc063a4cbb69e4242a15c3a90daa3db069e (patch) | |
tree | f48af6779692e324cbee3ee64cdf45c98a619f5f /src/secqueue.cpp | |
parent | 21669116db5ccb075d92a24af763f7b8c7a32976 (diff) |
Remove Config::option_as_u32bit - the only advantage it had over calling
to_u32but on the return value from Config::option was that it passed
it through parse_expr, which did some simple evaluation tricks so you
could say 64*1024. That does not seem worth the cost in code, especially
because most of the values so controlled are probably never changed.
By making them compile time constants, additional optimizations are
possible in the source as well as by the compiler.
Remove the pkcs8_tries config option. Hardcode that value to 3 instead.
I want to rewrite that code in the relatively near future and all that will
(hopefully) go away.
Diffstat (limited to 'src/secqueue.cpp')
0 files changed, 0 insertions, 0 deletions