diff options
Diffstat (limited to 'src/lib/pubkey/curve25519/curve25519.h')
-rw-r--r-- | src/lib/pubkey/curve25519/curve25519.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pubkey/curve25519/curve25519.h b/src/lib/pubkey/curve25519/curve25519.h index f48bb117d..41f32c931 100644 --- a/src/lib/pubkey/curve25519/curve25519.h +++ b/src/lib/pubkey/curve25519/curve25519.h @@ -86,7 +86,7 @@ class BOTAN_DLL Curve25519_PrivateKey : public Curve25519_PublicKey, const secure_vector<byte>& get_x() const { return m_private; } - secure_vector<byte> pkcs8_private_key() const override; + secure_vector<byte> private_key_bits() const override; bool check_key(RandomNumberGenerator& rng, bool strong) const override; |