ssl_stub.c
来自「resinweb服务器源文件」· C语言 代码 · 共 32 行
C
32 行
#include <stdio.h>#include <unistd.h>#include <stdlib.h>#include <memory.h>#include <errno.h>#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <netdb.h>#include <jni.h>#include "cse.h"#include "resin.h"intssl_create(server_socket_t *ss, ssl_config_t *config){ return 0;}jintJava_com_caucho_vfs_QJniSocket_getClientCert(JNIEnv *env, jobject obj, jint fd, jbyteArray buf, jint offset, jint length){ return 0;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?