diff --git a/Crypto/include/Poco/Crypto/RSAKeyImpl.h b/Crypto/include/Poco/Crypto/RSAKeyImpl.h index 10c074b0d..f439a3d18 100644 --- a/Crypto/include/Poco/Crypto/RSAKeyImpl.h +++ b/Crypto/include/Poco/Crypto/RSAKeyImpl.h @@ -124,6 +124,7 @@ inline const RSA* RSAKeyImpl::getRSA() const return _pRSA; } + } } // namespace Poco::Crypto