Skip to content
Unverified Commit 60a2fc1f authored by aszlig's avatar aszlig
Browse files

openssl: Fix Windows compat in cert-file.patch.



In Windows there is no get(e)uid() call available, so the build fails.

The patch now checks whether OPENSSL_SYS_WINDOWS is defined and only
uses those calls if _not_ on Windows.

Signed-off-by: default avataraszlig <aszlig@redmoonstudios.org>
parent ba8b0e8a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment