Skip to content

Commit

Permalink
remove unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Rantzsch committed Oct 12, 2021
1 parent 0bf349a commit c11a308
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/tls/tls_messages.h
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,6 @@ class BOTAN_UNSTABLE_API Certificate_Verify final : public Handshake_Message
private:
std::vector<uint8_t> serialize() const override;

std::vector<uint8_t> m_signature;
Signature_Scheme m_scheme = Signature_Scheme::NONE;

std::unique_ptr<Certificate_Verify_Impl> m_impl;
};

Expand Down

0 comments on commit c11a308

Please sign in to comment.