anope

- supernets anope source code & configuration
git clone git://git.acid.vegas/anope.git
Log | Files | Refs | Archive | README

ssl.h (294B)

      1 /*
      2  *
      3  * (C) 2010-2022 Anope Team
      4  * Contact us at team@anope.org
      5  *
      6  * Please read COPYING and README for further details.
      7  */
      8 
      9 class SSLService : public Service
     10 {
     11  public:
     12 	SSLService(Module *o, const Anope::string &n) : Service(o, "SSLService", n) { }
     13 
     14 	virtual void Init(Socket *s) = 0;
     15 };