diff options
author | lloyd <[email protected]> | 2010-03-05 16:10:55 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-05 16:10:55 +0000 |
commit | df56028cad58fad04b9866326cb62700af8f2fbe (patch) | |
tree | dcaa1a80c9f20db7b7993ac54b1aaafd488354c0 /src/engine/engine.h | |
parent | 93873731f73e905d8714556f1ebe23acb32de0e1 (diff) |
Add verification ops for all signature key types
Diffstat (limited to 'src/engine/engine.h')
-rw-r--r-- | src/engine/engine.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/engine/engine.h b/src/engine/engine.h index 6087af52c..b0bbf5b14 100644 --- a/src/engine/engine.h +++ b/src/engine/engine.h @@ -90,6 +90,11 @@ class BOTAN_DLL Engine return 0; } + virtual PK_Ops::Verification* get_verify_op(const Public_Key&) const + { + return 0; + } + #if defined(BOTAN_HAS_IF_PUBLIC_KEY_FAMILY) virtual IF_Operation* if_op(const BigInt&, const BigInt&, const BigInt&, const BigInt&, const BigInt&, const BigInt&, |