[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix build with wolfssl
Browse files Browse the repository at this point in the history
  • Loading branch information
orgads committed Sep 9, 2024
1 parent fa979a5 commit 4061025
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/jlsrtp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <openssl/rand.h>
#include <openssl/hmac.h>
#elif defined(USE_WOLFSSL)
#include <wolfssl/options.h>
#include <wolfssl/openssl/aes.h>
#include <wolfssl/openssl/evp.h>
#include <wolfssl/openssl/rand.h>
Expand Down
1 change: 1 addition & 0 deletions include/sslsocket.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <openssl/x509v3.h>
#include <pthread.h>
#elif defined(USE_WOLFSSL)
#include <wolfssl/options.h>
#include <wolfssl/openssl/bio.h>
#include <wolfssl/openssl/err.h>
#include <wolfssl/openssl/rand.h>
Expand Down
1 change: 1 addition & 0 deletions src/auth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#if defined(USE_OPENSSL)
#include <openssl/evp.h>
#elif defined(USE_WOLFSSL)
#include <wolfssl/options.h>
#include <wolfssl/openssl/evp.h>
#endif

Expand Down

0 comments on commit 4061025

Please sign in to comment.