summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-03 17:29:29 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-03 17:29:29 +0000
commitb02af8b2a9787c3fad7e317540dbfef72610d53e (patch)
treea8561af8ae59f008360ff05ea616b4b1b2e92aaa /configure
parent13aeb82ad2462d3eb2952365fd944c8837d55ea8 (diff)
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
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();