Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Feb 7, 2024
1 parent 5cf87ae commit 442d9ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions asn.h
Original file line number Diff line number Diff line change
Expand Up @@ -936,8 +936,7 @@ inline OID operator+(const OID &lhs, unsigned long rhs);
/// \brief Print a OID value
/// \param out the output stream
/// \param oid the OID
inline std::ostream& operator<<(std::ostream& out, const OID &oid)
{ return oid.Print(out); }
inline std::ostream& operator<<(std::ostream& out, const OID &oid);
#else
inline bool operator==(const ::CryptoPP::OID &lhs, const ::CryptoPP::OID &rhs)
{return lhs.m_values == rhs.m_values;}
Expand Down

0 comments on commit 442d9ee

Please sign in to comment.