summaryrefslogtreecommitdiff
path: root/include/modules/ssl.h
blob: 6eb97582c4dd944ec00faef8ac7a153c2f57613c (plain)
1
2
3
4
5
6
7
8
9

class SSLService : public Service
{
 public:
	SSLService(Module *o, const Anope::string &n) : Service(o, "SSLService", n) { }
	
	virtual void Init(Socket *s) = 0;
};