diff options
Diffstat (limited to 'src/pubkey/if_algo/if_algo.h')
-rw-r--r-- | src/pubkey/if_algo/if_algo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pubkey/if_algo/if_algo.h b/src/pubkey/if_algo/if_algo.h index c16627e73..d2fb7809d 100644 --- a/src/pubkey/if_algo/if_algo.h +++ b/src/pubkey/if_algo/if_algo.h @@ -85,7 +85,6 @@ class BOTAN_DLL IF_Scheme_PrivateKey : public virtual IF_Scheme_PublicKey, MemoryVector<byte> pkcs8_private_key() const; - PKCS8_Decoder* pkcs8_decoder(RandomNumberGenerator&); protected: IF_Scheme_PrivateKey() {} |