[gnutls-devel] GnuTLS | win32: allow using ncrypt in UWP builds (!1256)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Sun May 24 21:36:51 CEST 2020
Dmitry Baryshkov started a new discussion on lib/system/keys-win.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1256#note_348029422
>
> CertCloseStore(store, 0);
> return ret;
> -#endif
> +#endif /* WINAPI_PARTITION_DESKTOP || _WIN32_WINNT_WIN10 */
> }
It looks like this function would benefit from splitting into two separate codepieces: one for NCrypt, one for WinCrypt API. Then it would be easier to put them under proper `#ifdef` guards and have umbrella function just call both of them.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1256#note_348029422
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/20200524/151d9c35/attachment-0001.html>
More information about the Gnutls-devel
mailing list