diff --git a/eccrypto.h b/eccrypto.h index 1f4d339f..7fce9cfa 100644 --- a/eccrypto.h +++ b/eccrypto.h @@ -170,7 +170,7 @@ protected: mutable bool m_compress, m_encodeAsOID; // presentation details }; -std::ostream& operator<<(std::ostream& os, const DL_GroupParameters_EC::Element& obj); +inline std::ostream& operator<<(std::ostream& os, const DL_GroupParameters_EC::Element& obj); /// \brief Elliptic Curve Discrete Log (DL) public key /// \tparam EC elliptic curve field