From 176b8af327c58f69a703b818bf6897cb8ec634f3 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 5 Aug 2019 02:40:25 -0400 Subject: [PATCH] Fix DL_GroupParameters_EC::Element operator<< --- eccrypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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