mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#6098 issuerUID and subjectUID are primitive, not constructed
This commit is contained in:
parent
79024465dc
commit
167f2d22ed
@ -156,8 +156,8 @@ enum {
|
|||||||
|
|
||||||
enum {
|
enum {
|
||||||
SLAP_X509_OPT_C_VERSION = SLAP_X509_OPTION + 0,
|
SLAP_X509_OPT_C_VERSION = SLAP_X509_OPTION + 0,
|
||||||
SLAP_X509_OPT_C_ISSUERUNIQUEID = SLAP_X509_OPTION + 1,
|
SLAP_X509_OPT_C_ISSUERUNIQUEID = LBER_CLASS_CONTEXT + 1,
|
||||||
SLAP_X509_OPT_C_SUBJECTUNIQUEID = SLAP_X509_OPTION + 2,
|
SLAP_X509_OPT_C_SUBJECTUNIQUEID = LBER_CLASS_CONTEXT + 2,
|
||||||
SLAP_X509_OPT_C_EXTENSIONS = SLAP_X509_OPTION + 3
|
SLAP_X509_OPT_C_EXTENSIONS = SLAP_X509_OPTION + 3
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user