ITS#6098 issuerUID and subjectUID are primitive, not constructed

This commit is contained in:
Howard Chu 2009-05-08 01:52:12 +00:00
parent 79024465dc
commit 167f2d22ed

View File

@ -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
}; };