fix build with ssl

This commit is contained in:
Andrei Yankovich 2022-02-22 19:25:12 +03:00
parent e412b58a28
commit c8a7a2cd37

View File

@ -8,6 +8,7 @@
#ifndef AUTHECDSA_H
#define AUTHECDSA_H
#include "heart_global.h"
#ifdef USE_HEART_SSL
@ -15,8 +16,7 @@
#include "abstractdata.h"
#include <asynckeysauth.h>
#include <openssl/ec.h> // for EC_GROUP_new_by_curve_name, EC_GROUP_free, EC_KEY_new, EC_KEY_set_group, EC_KEY_generate_key,
EC_KEY_free
#include <openssl/ec.h> // for EC_GROUP_new_by_curve_name, EC_GROUP_free, EC_KEY_new, EC_KEY_set_group, EC_KEY_generate_key,EC_KEY_free
namespace QH {