[gnutls-devel] GnuTLS | RFC7250 Raw public keys (!650)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Mon Nov 26 14:04:01 CET 2018
Nikos Mavrogiannopoulos started a new discussion on lib/ext/cert_types.h:
> return false;
> }
> }
> +
> +/* Checks whether alternative cert types (i.e. other than X.509)
> + * are enabled in the application
> + */
> +static inline bool _gnutls_are_alternative_cert_types_allowed(gnutls_session_t session)
No need to have the `_gnutls_` prefix in inline and static functions. Saves typing and makes code more readable.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/650#note_120066495
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/20181126/d39afa66/attachment.html>
More information about the Gnutls-devel
mailing list