mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 22:03:45 -05:00
ITS#6098 issuerUID and subjectUID are primitive, not constructed
This commit is contained in:
parent
79024465dc
commit
167f2d22ed
1 changed files with 2 additions and 2 deletions
|
|
@ -156,8 +156,8 @@ enum {
|
|||
|
||||
enum {
|
||||
SLAP_X509_OPT_C_VERSION = SLAP_X509_OPTION + 0,
|
||||
SLAP_X509_OPT_C_ISSUERUNIQUEID = SLAP_X509_OPTION + 1,
|
||||
SLAP_X509_OPT_C_SUBJECTUNIQUEID = SLAP_X509_OPTION + 2,
|
||||
SLAP_X509_OPT_C_ISSUERUNIQUEID = LBER_CLASS_CONTEXT + 1,
|
||||
SLAP_X509_OPT_C_SUBJECTUNIQUEID = LBER_CLASS_CONTEXT + 2,
|
||||
SLAP_X509_OPT_C_EXTENSIONS = SLAP_X509_OPTION + 3
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue