Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit 766de73

Browse files
authored
Merge pull request #419 from doingnz/ssl_parse_certificate_internal_too_many_arguments_137
Warning C4474: ssl_parse_certificate_internal.cpp line 137 has too many arguments to PRINTF
2 parents 9a57b28 + 12c3860 commit 766de73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeviceCode/pal/OpenSSL/OpenSSL_1_0_0/tinyclr/ssl_parse_certificate_internal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ BOOL ssl_parse_certificate_internal(void * bytes, size_t size, void* pwd, void*
134134
#if defined(DEBUG) || defined(_DEBUG)
135135
TINYCLR_SSL_PRINTF("\n Issuer: ");
136136
TINYCLR_SSL_PRINTF(name);
137-
TINYCLR_SSL_PRINTF("\n",1);
137+
TINYCLR_SSL_PRINTF("\n");
138138
TINYCLR_SSL_PRINTF(" Validity\n");
139139
TINYCLR_SSL_PRINTF(" Not Before: ");
140140
TINYCLR_SSL_PRINTF("%s %2d %02d:%02d:%02d %d%s",

0 commit comments

Comments
 (0)