mirror of
https://github.com/openssl/openssl.git
synced 2024-12-17 22:13:45 +08:00
Document what EXFLAG_SET is for in x509v3.h
Reviewed-by: Kurt Roeckx <kurt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2314)
This commit is contained in:
parent
6195848b2e
commit
2d60c92314
@ -355,6 +355,7 @@ struct ISSUING_DIST_POINT_st {
|
||||
# define EXFLAG_SI 0x20
|
||||
# define EXFLAG_V1 0x40
|
||||
# define EXFLAG_INVALID 0x80
|
||||
/* EXFLAG_SET is set to indicate that some values have been precomputed */
|
||||
# define EXFLAG_SET 0x100
|
||||
# define EXFLAG_CRITICAL 0x200
|
||||
# define EXFLAG_PROXY 0x400
|
||||
|
Loading…
Reference in New Issue
Block a user