diff options
author | lloyd <[email protected]> | 2008-10-01 14:39:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-01 14:39:03 +0000 |
commit | 24eebaf2054b085f7bdaccc8abe83f9cab5cf5c2 (patch) | |
tree | 44a6c5791affbb11d2349560817fddf5fb024762 /src/pubkey/keypair/keypair.h | |
parent | 06e35ed5375028f246f57b99ccf639e8ed317b35 (diff) |
Include pubkey.h instead of look_pk.h in keypair.h
Diffstat (limited to 'src/pubkey/keypair/keypair.h')
-rw-r--r-- | src/pubkey/keypair/keypair.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/keypair/keypair.h b/src/pubkey/keypair/keypair.h index da322c075..4013ad328 100644 --- a/src/pubkey/keypair/keypair.h +++ b/src/pubkey/keypair/keypair.h @@ -6,7 +6,7 @@ #ifndef BOTAN_KEYPAIR_H__ #define BOTAN_KEYPAIR_H__ -#include <botan/look_pk.h> +#include <botan/pubkey.h> namespace Botan { |