vcpkg/ports/jansson
Michał Janiszewski 6a2904aebd
[jansson] Don't use WinCryptoApi for UWP builds
Jansson tries to use Windows' CryptoApi to seed its hash table. This API
is not exposed in UWP, but there is still a fallback to use current time
and PID.

This change makes Jansson use less-secure fallback, but fixes
compilation for UWP target.

See
https://jansson.readthedocs.io/en/2.10/apiref.html#c.json_object_seed
2017-11-22 14:30:48 +01:00
..
CONTROL Fix Version, "v" is not part of it. 2017-10-17 17:26:12 +03:00
portfile.cmake [jansson] Don't use WinCryptoApi for UWP builds 2017-11-22 14:30:48 +01:00