Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Fails Windows Store App Certification #57

Closed
wangdevmgit opened this issue Apr 3, 2018 · 2 comments
Closed

Fails Windows Store App Certification #57

wangdevmgit opened this issue Apr 3, 2018 · 2 comments
Assignees

Comments

@wangdevmgit
Copy link

I run a windows store certification kit to check my uwp app and got failed. The error is:

API getenv in api-ms-win-crt-environment-l1-1-0.dll is not supported for this application type. libeay32.dll calls this API.

So I couldn't publish our UWP app with this version of OpenSSL.

I guess the file ms\winrtdef.h cause this issue.

@khouzam khouzam self-assigned this Apr 3, 2018
@khouzam
Copy link

khouzam commented Apr 3, 2018

Hi @wangdevmgit,

I had inadvertently removed the following two lines causing the failure (since one of them was clearly wrong). I'll put them back

# define getenv winrt_getenv
# define setenv winrt_getenv

@khouzam
Copy link

khouzam commented Apr 3, 2018

I've pushed the fix to OpenSSL_1_0_2_WinRT-stable

@khouzam khouzam closed this as completed Apr 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants