Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

fix: initialize SSL #2058

Merged
merged 2 commits into from
Mar 3, 2025
Merged

fix: initialize SSL #2058

merged 2 commits into from
Mar 3, 2025

Conversation

vansangpfiev
Copy link
Contributor

@vansangpfiev vansangpfiev commented Mar 3, 2025

Describe Your Changes

This pull request introduces the initialization of the OpenSSL library in the main functions of the engine/cli and engine components. The most important changes include adding the necessary OpenSSL headers and calling the SSL_library_init function.

Initialization of OpenSSL library:

  • engine/cli/main.cc: Added #include <openssl/ssl.h> and initialized the OpenSSL library by calling SSL_library_init() in the main function. [1] [2]
  • engine/main.cc: Added #include <openssl/ssl.h> and initialized the OpenSSL library by calling SSL_library_init() in the main function. [1] [2]

Fixes Issues

  • Closes #
  • Closes #

Self Checklist

  • Added relevant comments, esp in complex areas
  • Updated docs (for bug fixes / features)
  • Created issues for follow-up changes or refactoring needed

@vansangpfiev vansangpfiev reopened this Mar 3, 2025
@vansangpfiev vansangpfiev marked this pull request as ready for review March 3, 2025 09:00
@vansangpfiev vansangpfiev merged commit 5ce2805 into main Mar 3, 2025
8 checks passed
@vansangpfiev vansangpfiev deleted the s/fix/ssl-init branch March 3, 2025 12:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants