summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-02-26 08:24:07 +0100
committerDr. David von Oheimb <dev@ddvo.net>2021-02-27 13:01:05 +0100
commit4ef70dbcf495adfa28efa815c5415dfb9903b92d (patch)
treee56e1b66d7797d2a0beb0706f5e13d0d5d49bb2b /include
parent90b4247cc5dca58cee9da5f6975bb38fd200100a (diff)
Code cleanup mostly in crypto/x509/v3_purp.c
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14328)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/x509v3.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/x509v3.h.in b/include/openssl/x509v3.h.in
index 6d28f9b540..d00a66a343 100644
--- a/include/openssl/x509v3.h.in
+++ b/include/openssl/x509v3.h.in
@@ -442,7 +442,7 @@ struct ISSUING_DIST_POINT_st {
# define XKU_SSL_CLIENT 0x2
# define XKU_SMIME 0x4
# define XKU_CODE_SIGN 0x8
-# define XKU_SGC 0x10
+# define XKU_SGC 0x10 /* Netscape or MS Server-Gated Crypto */
# define XKU_OCSP_SIGN 0x20
# define XKU_TIMESTAMP 0x40
# define XKU_DVCS 0x80