Skip to content

Commit

Permalink
common: remove old dependency to openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Mar 16, 2024
1 parent 13d8817 commit 1ddaf71
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions common/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
#include <unordered_map>
#include <tuple>

#ifdef HAVE_OPENSSL
#include <openssl/ssl.h>
#include <openssl/bio.h>
#include <openssl/err.h>
#endif

#ifdef _WIN32
#define DIRECTORY_SEPARATOR '\\'
#else
Expand Down

0 comments on commit 1ddaf71

Please sign in to comment.