View | Details | Raw Unified | Return to bug 35154
Collapse All | Expand All

(-)a/modules/ssl/ssl_engine_vars.c (+1 lines)
Lines 576-581 static const struct { Link Here
576
    { "G",     NID_givenName,              1 },
576
    { "G",     NID_givenName,              1 },
577
    { "S",     NID_surname,                1 },
577
    { "S",     NID_surname,                1 },
578
    { "D",     NID_description,            1 },
578
    { "D",     NID_description,            1 },
579
    { "serialNumber", NID_serialNumber,    1 },
579
#ifdef NID_userId
580
#ifdef NID_userId
580
    { "UID",   NID_userId,                 1 },
581
    { "UID",   NID_userId,                 1 },
581
#endif
582
#endif

Return to bug 35154