mirror of
https://github.com/coturn/coturn.git
synced 2026-05-05 10:46:10 +02:00
compilation fixed with older OpenSSL versions
This commit is contained in:
parent
744bdadf58
commit
943d2435df
@ -80,7 +80,10 @@
|
||||
#include <openssl/aes.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/pem.h>
|
||||
#include <openssl/modes.h>
|
||||
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x10100000L
|
||||
#include <openssl/modes.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user