⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ssl.hrc

📁 mini http server,可以集成嵌入到程序中,实现简单的web功能
💻 HRC
字号:
#ifndef __SSL_HRC_
#define __SSL_HRC_

#define IDC_STATIC                      -1

#define IDC_PORT                        207
#define IDC_DEBUG                       208
#define IDC_URL                         209
#define IDC_SSL                         210

#define IDC_DEPTH                       301
#define IDC_CIPHERS                     302
#define IDC_PKEYFILE                    303
#define IDC_CERTFILE                    304
#define IDC_CAPATH                      305
#define IDC_CAFILE                      306
#define IDC_SSL2                        307
#define IDC_SSL3                        308
#define IDC_TLS1                        309
#define IDC_MSIEBUG                     310
#define IDC_HACK                        311
#define IDC_NONE                        312
#define IDC_OPTIONAL                    313
#define IDC_MANDATORY                   314

#endif /* __SSL_HRC_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -