[gnutls-devel] GnuTLS | WIP: KTLS key update support (!1625)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Thu Sep 1 10:00:46 CEST 2022
František Krenželok commented on a discussion on tests/gnutls_ktls_keyupdate.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1625#note_1084861790
> + goto end;\
> + }\
> +}
> +
> +
> +static void server_log_func(int level, const char *str)
> +{
> + fprintf(stderr, "server|<%d>| %s", level, str);
> +}
> +
> +static void client_log_func(int level, const char *str)
> +{
> + fprintf(stderr, "client|<%d>| %s", level, str);
> +}
> +
> +sem_t mutex_client;
I will go with pipes.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1625#note_1084861790
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20220901/5cdb52cc/attachment-0001.html>
More information about the Gnutls-devel
mailing list