From b02af8b2a9787c3fad7e317540dbfef72610d53e Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 3 Sep 2006 17:29:29 +0000 Subject: Obtaining of ssl cert in gnutls module and placing it into a class which is extended to the user, type ssl_cert. In a while the openssl module will also populate this same high level class with data git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5123 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 0d35e6729..db984b38e 100755 --- a/configure +++ b/configure @@ -703,6 +703,7 @@ if ($config{USE_GNUTLS} eq "y") { print "Symlinking src/modules/m_ssl_gnutls.cpp from extra/\n"; chdir("src/modules"); system("ln -s extra/m_ssl_gnutls.cpp"); + system("ln -s extra/ssl_cert.h"); chdir("../.."); } getmodules(); @@ -737,6 +738,7 @@ if ($config{USE_GNUTLS} eq "y") { print "Symlinking src/modules/m_ssl_openssl.cpp from extra/\n"; chdir("src/modules"); system("ln -s extra/m_ssl_openssl.cpp"); + system("ln -s extra/ssl_cert.h"); chdir("../.."); } getmodules(); -- cgit v1.2.3