diff options
author | Adam <Adam@anope.org> | 2012-07-09 01:53:07 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-07-09 01:53:07 -0400 |
commit | 6735f2da27df23ee34936a4b17727f4ba44c04e8 (patch) | |
tree | f98dfad166bc687843a38f40d43826ad4f3033a4 /make/gnutlscert.pm | |
parent | 33b908aedc61d2bce3dcf8f062d6522e3bd14dfa (diff) |
Fixed Windows build, int32_t is already defined in stdint.h.
Add GnuTLS support for Windows.
Made NSIS script include extra DLL files if supplied and
include the conf/aliases and conf/modules example configuration files.
Added make_gnutls_cert.bat to generate GnuTLS certificates on Windows.
Fixed typo in gnutlscert.pm.
Diffstat (limited to 'make/gnutlscert.pm')
-rw-r--r-- | make/gnutlscert.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gnutlscert.pm b/make/gnutlscert.pm index 1621c2c27..ab8aae427 100644 --- a/make/gnutlscert.pm +++ b/make/gnutlscert.pm @@ -36,7 +36,7 @@ sub make_gnutls_cert() my $timestr = time(); my $org = promptstring_s("Please enter the organization name", "My IRC Network"); my $unit = promptstring_s("Please enter the unit Name", "Server Admins"); - my $state = promptstring_s("Pleae enter your state (two letter code)", "CA"); + my $state = promptstring_s("Please enter your state (two letter code)", "CA"); my $country = promptstring_s("Please enter your country", "Oompa Loompa Land"); my $commonname = promptstring_s("Please enter the certificate common name (hostname)", "irc.mynetwork.com"); my $email = promptstring_s("Please enter a contact email address", "oompa\@loompa.com"); |