1
0
mirror of https://github.com/coturn/coturn.git synced 2025-11-10 20:01:00 +01:00

Add missing header

This commit is contained in:
Mészáros Mihály 2018-08-15 10:35:03 +02:00
parent 2f70bfef93
commit c98cbddd80

View File

@ -80,6 +80,7 @@
#include <openssl/aes.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/modes.h>
#ifdef __cplusplus
extern "C" {