[gnutls-devel] GnuTLS | Adding KTLS feature for free-bsd, support AES128, AES 256, CHACHA20-POLY 1305 (!1768)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Tue Aug 22 18:01:22 CEST 2023
Merge request https://gitlab.com/gnutls/gnutls/-/merge_requests/1768 was reviewed by František Krenželok
--
František Krenželok started a new discussion on lib/system/ktls.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1768#note_1523197344
> {
> #if defined(__FreeBSD__)
Let's do this to get rid of one of the `if def..`
```
...
ssize_t ret;
int sockin, sockout;
#if defined(__FreeBSD__)
off_t sbytes = 0;
assert(offset != NULL);
#endif
assert(session != NULL);
...
```
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1768
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/20230822/68862a68/attachment-0001.html>
More information about the Gnutls-devel
mailing list