Daniel Stenberg 9ee6da65d8
openssl: fix infof() to avoid compiler warning for %s with null
vtls/openssl.c: In function ‘ossl_connect_step2’:
../lib/curl_trc.h:120:10: error: ‘%s’ directive argument is null [-Werror=format-overflow=]
  120 |          Curl_infof(data, __VA_ARGS__); } while(0)
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vtls/openssl.c:4008:5: note: in expansion of macro ‘infof’
 4008 |     infof(data, "SSL connection using %s / %s / %s / %s",
      |     ^~~~~
vtls/openssl.c:4008:49: note: format string is defined here
 4008 |     infof(data, "SSL connection using %s / %s / %s / %s",
      |                                                 ^~

Follow-up to b6e6d4ff8f253c8b8055bab
Closes #12196
2023-10-26 17:43:38 +02:00
..
2023-09-20 13:38:42 +02:00
2021-09-09 07:53:42 +02:00
2023-07-20 23:41:47 +02:00
2023-08-31 23:02:10 +00:00
2023-10-04 23:22:16 +02:00
2023-09-03 18:42:37 +02:00
2023-09-28 22:58:36 +02:00
2023-09-28 22:58:36 +02:00
2023-09-28 22:58:36 +02:00
2023-09-28 22:58:36 +02:00
2023-09-28 22:58:36 +02:00
2023-05-23 10:42:09 +02:00
2023-07-31 11:51:34 +02:00
2023-10-21 10:29:02 +02:00
2023-05-18 20:45:04 +02:00
2023-10-09 18:34:17 +02:00
2023-10-21 14:36:51 +02:00
2023-10-21 14:36:51 +02:00
2023-04-25 23:16:51 +02:00
2023-09-30 11:45:39 +02:00
2023-09-30 11:45:39 +02:00
2023-09-16 11:37:57 +02:00
2023-09-05 16:36:03 +02:00
2023-04-14 09:26:26 +02:00
2023-09-20 13:38:42 +02:00
2023-06-07 13:06:08 +00:00
2023-09-25 20:12:18 +02:00
2023-09-25 20:12:18 +02:00
2023-09-25 20:12:18 +02:00
2023-10-21 14:38:21 +02:00
2023-08-25 20:54:14 +02:00
2023-08-14 18:07:12 +02:00
2023-07-29 23:42:53 +02:00
2023-07-29 23:42:53 +02:00
2023-09-16 11:37:57 +02:00
2023-09-16 11:37:57 +02:00
2023-10-09 18:34:17 +02:00
2023-10-09 18:34:17 +02:00
2023-09-30 11:45:39 +02:00
2023-09-16 11:37:57 +02:00
2023-10-21 14:38:21 +02:00
2023-10-21 14:38:21 +02:00
2023-10-03 21:37:56 +00:00
2023-09-28 12:03:28 +00:00
2023-08-30 11:38:27 +02:00
2023-06-07 13:06:08 +00:00
2023-10-21 14:38:21 +02:00
2023-09-29 18:25:56 +00:00
2023-09-25 17:06:33 +02:00
2023-04-25 23:16:51 +02:00