4
1
mirror of https://github.com/QuasarApp/easyssl.git synced 2025-05-01 23:39:34 +00:00

Update README.md

Signed-off-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
Andrei Yankovich 2023-11-06 09:34:18 +03:00 committed by GitHub
parent 8623ea8fa6
commit 200e0b3442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,7 +30,7 @@ This library contains interfaces for the signing and encryption data.
```
* rebuild yuor project
### independet of SSL build
### Independet of SSL build
Dependency on the ssl library greatly complicates the deployment of the final product. For fix this issue, you can build EasySSL library with static SSL library. In this case, SSL library code will be saved in your EasySell binary, and deploy of your application will be easily. The ssl code will not available for your application or other libraries, so you will not get conflicts between different major versions ssl libraries if your distribution kit has it.
Just set the **EASYSSL_STATIC_SSL** option to true.