]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
sectransp: fix 7f4a9a9b2a49 commit about missing comma
authorKoichi Shiraishi <zchee.io@gmail.com>
Mon, 24 May 2021 11:26:44 +0000 (20:26 +0900)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 May 2021 12:50:11 +0000 (14:50 +0200)
Follow-up to 7f4a9a9b2a495

Closes #7119

lib/vtls/sectransp.c

index 8b1e84ed77155dfd49f3520737db4536d9cbd5c6..4122384ddcdbc161b005e5eb6c9c6ff2cc15b6c0 100644 (file)
@@ -3452,7 +3452,7 @@ const struct Curl_ssl Curl_ssl_sectransp = {
   Curl_none_set_engine_default,       /* set_engine_default */
   Curl_none_engines_list,             /* engines_list */
   sectransp_false_start,              /* false_start */
-  sectransp_sha256sum                 /* sha256sum */
+  sectransp_sha256sum,                /* sha256sum */
   NULL,                               /* associate_connection */
   NULL                                /* disassociate_connection */
 };