Loading ssl_engine_vars.c +3 −2 Original line number Diff line number Diff line Loading @@ -386,8 +386,9 @@ static const struct { { "G", NID_givenName }, { "S", NID_surname }, { "D", NID_description }, /* This has been removed in OpenSSL 0.9.8-dev. */ #ifdef NID_uniqueIdentifier #ifdef NID_x500UniqueIdentifier /* new name as of Openssl 0.9.7 */ { "UID", NID_x500UniqueIdentifier }, #else /* old name, OpenSSL < 0.9.7 */ { "UID", NID_uniqueIdentifier }, #endif { "Email", NID_pkcs9_emailAddress }, Loading Loading
ssl_engine_vars.c +3 −2 Original line number Diff line number Diff line Loading @@ -386,8 +386,9 @@ static const struct { { "G", NID_givenName }, { "S", NID_surname }, { "D", NID_description }, /* This has been removed in OpenSSL 0.9.8-dev. */ #ifdef NID_uniqueIdentifier #ifdef NID_x500UniqueIdentifier /* new name as of Openssl 0.9.7 */ { "UID", NID_x500UniqueIdentifier }, #else /* old name, OpenSSL < 0.9.7 */ { "UID", NID_uniqueIdentifier }, #endif { "Email", NID_pkcs9_emailAddress }, Loading