diff options
Diffstat (limited to 'src/modules/extra')
-rw-r--r-- | src/modules/extra/m_ssl_oper_cert.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/extra/m_ssl_oper_cert.cpp b/src/modules/extra/m_ssl_oper_cert.cpp index 2d626e77d..1f11e9b68 100644 --- a/src/modules/extra/m_ssl_oper_cert.cpp +++ b/src/modules/extra/m_ssl_oper_cert.cpp @@ -27,6 +27,8 @@ using namespace std; #include "ssl_cert.h" #include "wildcard.h" +/** Handle /FINGERPRINT + */ class cmd_fingerprint : public command_t { public: |