- Added GnuTLS discovery, linking.
- Added '+/-tls' indicator to diagnostics command.
- Added libgnutls version number to diagnostics command.
- Renamed wcwidth6.c to wcwidth6.cpp, to eliminate a strange build error.
This commit is contained in:
Paul Beckingham
2012-10-29 02:27:33 -04:00
parent 2f4c9b2653
commit a736568e68
7 changed files with 34 additions and 3 deletions

View File

@@ -91,5 +91,7 @@ std::string rightJustifyZero (const int, const int);
std::string rightJustify (const int, const int);
std::string rightJustify (const std::string&, const int);
int mk_wcwidth (wchar_t);
#endif
////////////////////////////////////////////////////////////////////////////////