~ubuntu-branches/ubuntu/oneiric/inspircd/oneiric-security

« back to all changes in this revision

Viewing changes to src/modules/extra/m_ssl_openssl.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Darren Blaber
  • Date: 2008-04-21 12:51:01 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080421125101-m6lqhtn1wna8u2go
Tags: 1.1.19+dfsg-1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
        {
304
304
                SSL_CTX_free(ctx);
305
305
                SSL_CTX_free(clictx);
 
306
                ServerInstance->UnpublishInterface("InspSocketHook", this);
306
307
        }
307
308
 
308
309
        virtual void OnCleanup(int target_type, void* item)