[gnutls-devel] GnuTLS | win32: allow using ncrypt in UWP builds (!1256)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Mon May 25 18:07:01 CEST 2020
Steve Lhomme commented on a discussion on lib/system/keys-win.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1256#note_348498035
>
> CertCloseStore(store, 0);
> return ret;
> -#endif
> +#endif /* WINAPI_PARTITION_DESKTOP || _WIN32_WINNT_WIN10 */
> }
I've split the two versions of the import.
Not sure if you wanted to `#ifdef` the `_gnutls_privkey_import_system_url` as well with a version that does nothing and one the regular calls. IMO it's not worth.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1256#note_348498035
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/20200525/c425bcd7/attachment.html>
More information about the Gnutls-devel
mailing list