diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-03 17:29:29 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-03 17:29:29 +0000 |
commit | b02af8b2a9787c3fad7e317540dbfef72610d53e (patch) | |
tree | a8561af8ae59f008360ff05ea616b4b1b2e92aaa /configure | |
parent | 13aeb82ad2462d3eb2952365fd944c8837d55ea8 (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-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(); |