Fix DL_GroupParameters_EC<T>::Element operator<<

pull/871/head
Jeffrey Walton 2019-08-05 02:40:25 -04:00
parent bb8e4cb74c
commit 176b8af327
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ protected:
mutable bool m_compress, m_encodeAsOID; // presentation details mutable bool m_compress, m_encodeAsOID; // presentation details
}; };
std::ostream& operator<<(std::ostream& os, const DL_GroupParameters_EC<ECP>::Element& obj); inline std::ostream& operator<<(std::ostream& os, const DL_GroupParameters_EC<ECP>::Element& obj);
/// \brief Elliptic Curve Discrete Log (DL) public key /// \brief Elliptic Curve Discrete Log (DL) public key
/// \tparam EC elliptic curve field /// \tparam EC elliptic curve field