microsoft / openssl

A cross-platform cryptographic library
133 stars 57 forks source link

Fix wrong preprocessor condition for Win10 SDK that < WIN10_RS4. #64

Closed khouzam closed 5 years ago

khouzam commented 5 years ago

Simple fix of a wrong define. Since the WIN10_RS4 DDK has getenv defined we don't need to override it.