diff options
author | lloyd <[email protected]> | 2013-12-25 20:53:24 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-12-25 20:53:24 +0000 |
commit | d5ebaa5e921a70cde791ac4d41035c3881712087 (patch) | |
tree | 459287fc101b06d81e5ba6d2119f42e6cf21dab0 /src/pubkey/if_algo/if_algo.cpp | |
parent | 94b7b07b34057474122a091b2b81b1cdcd9ee8db (diff) |
Store all DH group info in constant memory instead of Library_State config
Remove all groups under 1024 bits
Make workfactor.h public
Diffstat (limited to 'src/pubkey/if_algo/if_algo.cpp')
-rw-r--r-- | src/pubkey/if_algo/if_algo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/if_algo/if_algo.cpp b/src/pubkey/if_algo/if_algo.cpp index 56419bb03..f6aeb69db 100644 --- a/src/pubkey/if_algo/if_algo.cpp +++ b/src/pubkey/if_algo/if_algo.cpp @@ -7,7 +7,7 @@ #include <botan/if_algo.h> #include <botan/numthry.h> -#include <botan/internal/workfactor.h> +#include <botan/workfactor.h> #include <botan/der_enc.h> #include <botan/ber_dec.h> |