1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

lws_system: client cert

This commit is contained in:
Andy Green 2019-10-22 13:46:29 +01:00
parent 6f7051920a
commit df2c2fa291

View file

@ -35,6 +35,7 @@ typedef enum {
LWS_SYSI_HRS_DEVICE_SERIAL,
LWS_SYSI_HRS_FIRMWARE_VERSION,
LWS_SYSI_HRS_NTP_SERVER,
LWS_SYSI_HRS_CLIENT_CERT_DER,
LWS_SYSI_USER_BASE = 100
} lws_system_item_t;