整理目录结构,调整框架部分实现,初步编译通过。
This commit is contained in:
7
platform/include/internal/sescache.h
Normal file
7
platform/include/internal/sescache.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
struct sess_cache;
|
||||
struct sess_cache * session_cache_init();
|
||||
|
||||
void session_cache_set(struct sess_cache * cache, struct sockaddr * addr,
|
||||
socklen_t addrlen, const char * sni, SSL_SESSION * session);
|
||||
Reference in New Issue
Block a user