1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-10-04 01:20:40 +03:00

Remove unecessary provider include

This commit is contained in:
Siddharth 2024-06-18 00:01:58 -04:00
parent 63ffab9ee4
commit b06486b37d

View File

@ -25,7 +25,6 @@
#include <openssl/err.h>
#include <openssl/ssl.h>
#include <openssl/provider.h>
#ifdef OS_UNIX
#include <fcntl.h>