misc: integrate pull request feedback

This commit is contained in:
Bernhard Miklautz
2015-06-22 18:52:13 +02:00
parent 421b74e85e
commit 06502e6a91
18 changed files with 123 additions and 158 deletions

View File

@@ -306,7 +306,7 @@ char* x509_name_parse(char* name, char* txt, int* length)
char* x509_get_default_name()
{
TCHAR computerName[MAX_COMPUTERNAME_LENGTH + 1];
CHAR computerName[MAX_COMPUTERNAME_LENGTH + 1];
DWORD nSize = MAX_COMPUTERNAME_LENGTH;
char* ret;