microsoft / SymCrypt-OpenSSL

OpenSSL engine for use with SymCrypt cryptographic library
MIT License
43 stars 11 forks source link

Fix CMake file to avoid installing libraries incorrect path #81

Closed mlindgren closed 4 months ago

mlindgren commented 4 months ago

Avoids incorrectly parsing cmake file resulting in installing the shared libraries in: /usr/CACHE;PATH;Path to OpenSSL engines;lib/engines-1.1/symcryptengine.so

Thanks to Alejandro Hernandez Samaniego for making this change (I'm just copying it from an internal patch).