[gnutls-devel] GnuTLS | Make gnutlsxx header-only library (#1381)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Mon Aug 1 13:04:45 CEST 2022




Nikolaos Chatzikonstantinou commented:


How can this be done? For example, there is in `lib/gnutlsxx.cpp`:

    session::session (unsigned int flags)
    {
      RETWRAP (gnutls_init (&s, flags));
    }

Do you suggest that the `session` constructor should re-implement the logic of `gnutls_init()` and its definition should be moved in a C++ header file?

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/1381#note_1046333685
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/20220801/439d967d/attachment.html>


More information about the Gnutls-devel mailing list