[gnutls-devel] GnuTLS | Modifier GNUTLS_NO_EXTENSIONS renamed to GNUTLS_NO_DEFAULT_EXTENSIONS (!1734)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Thu Aug 10 11:00:42 CEST 2023
Vladimír Čunát commented: https://gitlab.com/gnutls/gnutls/-/merge_requests/1734#note_1507426647
I think you didn't manage to keep the API compatibility by accident? We see a package regressing
```
gnutls-dtls.c: In function 'start_dtls_handshake':
gnutls-dtls.c:413:84: error: 'GNUTLS_NO_EXTENSIONS' undeclared (first use in this function); did you mean 'GNUTLS_EXT_NONE'?
413 | err = gnutls_init(&dtls_ssl, GNUTLS_CLIENT|GNUTLS_DATAGRAM|GNUTLS_NONBLOCK|GNUTLS_NO_EXTENSIONS);
| ^~~~~~~~~~~~~~~~~~~~
| GNUTLS_EXT_NONE
gnutls-dtls.c:413:84: note: each undeclared identifier is reported only once for each function it appears in
```
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1734#note_1507426647
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/20230810/2d213586/attachment.html>
More information about the Gnutls-devel
mailing list