mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 11:57:43 +08:00
polarssl_conf: fixed one bug
This commit is contained in:
parent
24ba9207c6
commit
ea4414c31e
@ -114,7 +114,7 @@ static ssl_cache_set_fn __ssl_cache_set;
|
||||
static ssl_cache_get_fn __ssl_cache_get;
|
||||
|
||||
static acl_pthread_once_t __polarssl_once = ACL_PTHREAD_ONCE_INIT;
|
||||
static string* __polarssl_path = NULL;
|
||||
static acl::string* __polarssl_path = NULL;
|
||||
ACL_DLL_HANDLE __polarssl_dll = NULL;
|
||||
|
||||
static void polarssl_dll_unload(void)
|
||||
|
Loading…
Reference in New Issue
Block a user