Fix whitespaces
This commit is contained in:
committed by
Tobias Brunner
parent
2a375e62f3
commit
d887b8e134
@@ -41,13 +41,13 @@ enum x509_flag_t {
|
||||
/** cert has no constraints */
|
||||
X509_NONE = 0,
|
||||
/** cert has CA constraint */
|
||||
X509_CA = (1<<0),
|
||||
X509_CA = (1<<0),
|
||||
/** cert has AA constraint */
|
||||
X509_AA = (1<<1),
|
||||
X509_AA = (1<<1),
|
||||
/** cert has OCSP signer constraint */
|
||||
X509_OCSP_SIGNER = (1<<2),
|
||||
X509_OCSP_SIGNER = (1<<2),
|
||||
/** cert has serverAuth key usage */
|
||||
X509_SERVER_AUTH = (1<<3),
|
||||
X509_SERVER_AUTH = (1<<3),
|
||||
/** cert has clientAuth key usage */
|
||||
X509_CLIENT_AUTH = (1<<4),
|
||||
/** cert is self-signed */
|
||||
|
||||
Reference in New Issue
Block a user