]> granicus.if.org Git - openssl/commit
Windows UWP builds: determine automatically if asm should be disabled
authorRichard Levitte <levitte@openssl.org>
Tue, 23 Jul 2019 07:21:10 +0000 (09:21 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 17 Aug 2019 05:55:12 +0000 (07:55 +0200)
commitbcc0025d0b5d231ee3662cf7f3c522ba43079858
treeca218190104c6f6e0e3ae17d9600d64a15df093e
parent653b883b97f72a15d35d21246696881aa65311e2
Windows UWP builds: determine automatically if asm should be disabled

Earlier Windows SDK versions lack the necessary support for our ASM
builds, so we check for the SDK version that has the support.

Information on exactly what registry key to check was found here:

https://stackoverflow.com/questions/2665755/how-can-i-determine-the-version-of-the-windows-sdk-installed-on-my-computer

Ref: #9125

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/9440)
Configurations/50-win-onecore.conf