1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-07 16:02:55 +03:00

ssl_protocol_version now fast option

This commit is contained in:
Lammert Bies
2016-12-28 07:13:34 +01:00
parent 6c168937b4
commit 19008c14d4
6 changed files with 8 additions and 12 deletions

View File

@@ -454,7 +454,6 @@ struct httplib_option {
enum {
CONFIG_TYPE_UNKNOWN = 0x0,
CONFIG_TYPE_NUMBER = 0x1,
CONFIG_TYPE_STRING = 0x2,
CONFIG_TYPE_FILE = 0x3,
CONFIG_TYPE_DIRECTORY = 0x4,