On Thu, Jun 06, 2002 at 09:46:28AM +0200, Lutz Jaenicke via RT wrote: > > For instance, mod_ssl 2.8.8-1.3.24 use workaround: > > #ifndef NID_uniqueIdentifier > > #define NID_uniqueIdentifier 102 > > #endif > > I don't like this option. As it is now, the new (correct) > NID_uniqueIdentifier is not yet enabled. Once it is, this mechanism will > fail. When it will be enable?
> #if OPENSSL_VERSION_NUMBER < 0x00907000L > #define NID_X500UniqueIdentifier NID_UniqueIdentifier > #endif Should this be removed after #define above will be enable? --mpech ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
