mirror of
https://github.com/curl/curl.git
synced 2026-07-31 08:48:08 +03:00
parent
7a1e99eefa
commit
0476e4fc65
149 changed files with 1381 additions and 1376 deletions
|
|
@ -73,8 +73,8 @@ static size_t write_cb(void *ptr, size_t size, size_t nmemb, void *stream)
|
|||
gnutls_x509_crt_import(cert, &chainp[i], GNUTLS_X509_FMT_DER)) {
|
||||
if(GNUTLS_E_SUCCESS ==
|
||||
gnutls_x509_crt_print(cert, GNUTLS_CRT_PRINT_FULL, &dn)) {
|
||||
fprintf(stderr, "Certificate #%u: %.*s", i,
|
||||
(int)dn.size, dn.data);
|
||||
fprintf(stderr, "Certificate #%u: %.*s", i, (int)dn.size,
|
||||
dn.data);
|
||||
|
||||
gnutls_free(dn.data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue