mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-01 11:52:54 +01:00
fix(): Linking Crypto-testrunner fails #3688
This commit is contained in:
@@ -150,13 +150,13 @@ inline std::string Envelope::openAsString(const EVPPKey& privKey, const ByteVec&
|
||||
}
|
||||
|
||||
|
||||
const Envelope::ByteVec& Envelope::getContent() const
|
||||
inline const Envelope::ByteVec& Envelope::getContent() const
|
||||
{
|
||||
return _encContent;
|
||||
}
|
||||
|
||||
|
||||
void Envelope::setContent(const ByteVec& enc)
|
||||
inline void Envelope::setContent(const ByteVec& enc)
|
||||
{
|
||||
_encContent = enc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user