diff options
Diffstat (limited to 'src/pubkey/pubkey.h')
-rw-r--r-- | src/pubkey/pubkey.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pubkey/pubkey.h b/src/pubkey/pubkey.h index a1e98fb6e..f63da2b3e 100644 --- a/src/pubkey/pubkey.h +++ b/src/pubkey/pubkey.h @@ -161,7 +161,7 @@ class BOTAN_DLL PK_Signer PK_Signer(const PK_Signer&); PK_Signer& operator=(const PK_Signer&); - PK_Ops::Signature_Operation* op; + PK_Ops::Signature* op; EMSA* emsa; Signature_Format sig_format; }; @@ -347,7 +347,7 @@ class BOTAN_DLL PK_Key_Agreement PK_Key_Agreement(const PK_Key_Agreement_Key&); PK_Key_Agreement& operator=(const PK_Key_Agreement&); - PK_Ops::KA_Operation* op; + PK_Ops::Key_Agreement* op; KDF* kdf; }; |