diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-02-15 18:04:53 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-02-15 18:04:53 +0000 |
commit | 56d733a9fa9477d281b62ac9237eb7ac8356340d (patch) | |
tree | b521a5c0bcbc7692659994af33fb02c85034e241 /src/modules/ssl.h | |
parent | 065d1788b602c807a4d669ba413a175c0059e357 (diff) |
Add <oper:autologin> to allow SSL fingerprint-based automatic oper login
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12467 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/ssl.h')
-rw-r--r-- | src/modules/ssl.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/modules/ssl.h b/src/modules/ssl.h index 2d0a2b1ee..e66e423aa 100644 --- a/src/modules/ssl.h +++ b/src/modules/ssl.h @@ -165,15 +165,4 @@ struct UserCertificateRequest : public Request } }; -struct SSLCertSubmission : public Request -{ - Extensible* const item; - ssl_cert* const cert; - SSLCertSubmission(Extensible* is, Module* Me, Module* Target, ssl_cert* Cert) - : Request(Me, Target, "SET_CERT"), item(is), cert(Cert) - { - Send(); - } -}; - #endif |