[gnutls-devel] GnuTLS | lib/psk: Add gnutls_psk_allocate_{client, server}_credentials2 (!1939)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Tue Mar 25 01:12:45 CET 2025
Merge request https://gitlab.com/gnutls/gnutls/-/merge_requests/1939 was reviewed by Kamaljit Singh
--
Kamaljit Singh commented on a discussion: https://gitlab.com/gnutls/gnutls/-/merge_requests/1939#note_2414459159
I didn't find GNUTLS_MAC_NONE defined in gnutls.h/.h.in but adding this allowed compile to succeed. Was it already defined somewhere that I missed perhaps?
<details><summary>diff of gnutls.h.in</summary>
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index 3e286b2967a5..18daff35c303 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -327,6 +327,7 @@ typedef enum {
* algorithms.
*/
typedef enum {
+ GNUTLS_MAC_NONE = 0,
GNUTLS_MAC_UNKNOWN = 0,
GNUTLS_MAC_NULL = 1,
</details>
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1939
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/20250325/342fa4d5/attachment.html>
More information about the Gnutls-devel
mailing list