diff options
author | lloyd <[email protected]> | 2010-03-21 22:16:47 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-21 22:16:47 +0000 |
commit | 7aa5107be73de3b214301dbf647b1a0c41ec65eb (patch) | |
tree | 613e8829c5e8ce5826113d0c15c3a99daa7b5bb7 /src/pubkey/rw | |
parent | c23ae85c0529071b3170e88d361342d6a792f417 (diff) |
Move where pk_ops is included, remove rng.h from dl_algo.h
Diffstat (limited to 'src/pubkey/rw')
-rw-r--r-- | src/pubkey/rw/rw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pubkey/rw/rw.h b/src/pubkey/rw/rw.h index 3ca9bb722..831c7a960 100644 --- a/src/pubkey/rw/rw.h +++ b/src/pubkey/rw/rw.h @@ -9,6 +9,7 @@ #define BOTAN_RW_H__ #include <botan/if_algo.h> +#include <botan/pk_ops.h> #include <botan/reducer.h> #include <botan/blinding.h> |