diff options
Diffstat (limited to 'src/lib/pubkey/pubkey.h')
-rw-r--r-- | src/lib/pubkey/pubkey.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/pubkey/pubkey.h b/src/lib/pubkey/pubkey.h index dc4ef6ee6..2aa8ea916 100644 --- a/src/lib/pubkey/pubkey.h +++ b/src/lib/pubkey/pubkey.h @@ -23,11 +23,6 @@ namespace Botan { class RandomNumberGenerator; /** -* The two types of signature format supported by Botan. -*/ -enum Signature_Format { IEEE_1363, DER_SEQUENCE }; - -/** * Public Key Encryptor * This is the primary interface for public key encryption */ |