mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:24:17 +01:00
include/nsysnet/nssl: Missing comma (-_-)
This commit is contained in:
parent
f9f5eb343a
commit
da3b0efaa6
@ -84,7 +84,7 @@ typedef enum NSSLServerCertId
|
||||
NSSL_SERVER_CERT_GLOBALSIGN_ROOT_CA_R2 = 1005,
|
||||
//! GlobalSign
|
||||
//! (SHA1: D6 9B 56 11 48 F0 1C 77 C5 45 78 C1 09 26 DF 5B 85 69 76 AD)
|
||||
NSSL_SERVER_CERT_GLOBALSIGN_ROOT_CA_R3 = 1006
|
||||
NSSL_SERVER_CERT_GLOBALSIGN_ROOT_CA_R3 = 1006,
|
||||
//! VeriSign Class 3 Public Primary Certification Authority - G3
|
||||
//! (SHA1: 13 2D 0D 45 53 4B 69 97 CD B2 D5 C3 39 E2 55 76 60 9B 5C C6)
|
||||
NSSL_SERVER_CERT_VERISIGN_CLASS3_PUBLIC_PRIMARY_CA_G3 = 1007,
|
||||
|
Loading…
Reference in New Issue
Block a user