diff options
author | luigi1111 <luigi1111w@gmail.com> | 2022-05-10 16:55:36 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2022-05-10 16:55:36 -0500 |
commit | 9e7190134647c74a57e3dccf415cbf8253f7a806 (patch) | |
tree | 30c009bbbd7fb04c3c35ad0f6f6011de1bef7ad8 /contrib/epee | |
parent | Merge pull request #8300 (diff) | |
parent | Doxygen: Hide anonymous namespaces from documentation by default (diff) | |
download | monero-9e7190134647c74a57e3dccf415cbf8253f7a806.tar.xz |
Merge pull request #8301
6ef945d Doxygen: Hide anonymous namespaces from documentation by default (Jeffrey)
Diffstat (limited to 'contrib/epee')
-rw-r--r-- | contrib/epee/include/net/net_ssl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/include/net/net_ssl.h b/contrib/epee/include/net/net_ssl.h index 58cd7e45f..108e6771b 100644 --- a/contrib/epee/include/net/net_ssl.h +++ b/contrib/epee/include/net/net_ssl.h @@ -104,7 +104,7 @@ namespace net_utils //! \return False iff ssl is disabled, otherwise true. explicit operator bool() const noexcept { return support != ssl_support_t::e_ssl_support_disabled; } - //! \retrurn True if `host` can be verified using `this` configuration WITHOUT system "root" CAs. + //! \return True if `host` can be verified using `this` configuration WITHOUT system "root" CAs. bool has_strong_verification(boost::string_ref host) const noexcept; //! Search against internal fingerprints. Always false if `behavior() != user_certificate_check`. |