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/rsa | |
parent | c23ae85c0529071b3170e88d361342d6a792f417 (diff) |
Move where pk_ops is included, remove rng.h from dl_algo.h
Diffstat (limited to 'src/pubkey/rsa')
-rw-r--r-- | src/pubkey/rsa/rsa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pubkey/rsa/rsa.h b/src/pubkey/rsa/rsa.h index 7d517e986..e2da173f9 100644 --- a/src/pubkey/rsa/rsa.h +++ b/src/pubkey/rsa/rsa.h @@ -9,6 +9,7 @@ #define BOTAN_RSA_H__ #include <botan/if_algo.h> +#include <botan/pk_ops.h> #include <botan/reducer.h> #include <botan/blinding.h> |