From 200e0b34422075c5255afa745e68c2c2af4e93d8 Mon Sep 17 00:00:00 2001 From: Andrei Yankovich <EndrIIMail@gmail.com> Date: Mon, 6 Nov 2023 09:34:18 +0300 Subject: [PATCH] Update README.md Signed-off-by: Andrei Yankovich <EndrIIMail@gmail.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d903a67..49d3243 100644 --- a/README.md +++ b/README.md @@ -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.