From: Richard Levitte Date: Sat, 28 Jan 2017 17:02:12 +0000 (+0100) Subject: Document what EXFLAG_SET is for in x509v3.h X-Git-Tag: OpenSSL_1_1_0e~44 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f5c1ee58c1cc246dc2f0b9b50f40c659fc302ad0;p=oweals%2Fopenssl.git Document what EXFLAG_SET is for in x509v3.h Reviewed-by: Kurt Roeckx (Merged from https://github.com/openssl/openssl/pull/2314) (cherry picked from commit 2d60c923141e7853c268364f26195343a5e995bf) --- diff --git a/include/openssl/x509v3.h b/include/openssl/x509v3.h index f21ce7c126..1d8ef87c4c 100644 --- a/include/openssl/x509v3.h +++ b/include/openssl/x509v3.h @@ -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