Yikes, I just found two functions with virtually the same name (see
it? It's the casing of the 'v' that differs). I dunno about you
guys, but this is something I see as confusing, bad, and broken (it
does break the VMS linker. The VMS linker is case insensitive. This
can be fixed through some macro magic, which has been done with other
equally ugly constructs, but I'd rather not, if possible)!
$ grep -i x509v3_add_standard_extensions crypto/*/*.[ch]
crypto/x509/v3_x509.c:int X509v3_add_standard_extensions()
crypto/x509/x509_vfy.h:int X509v3_add_standard_extensions(void );
crypto/x509/x509_vfy.h:int X509v3_add_standard_extensions();
crypto/x509v3/v3_lib.c:int X509V3_add_standard_extensions()
crypto/x509v3/v3conf.c: X509V3_add_standard_extensions();
crypto/x509v3/v3prin.c: X509V3_add_standard_extensions();
crypto/x509v3/x509v3.h:int X509V3_add_standard_extensions(void);
crypto/x509v3/x509v3.h:int X509V3_add_standard_extensions();
Is this necessary? If not, can I assume the bad one is the one in
crypto/x509/v3_x509.c? I haven't had the time to look too closely
yet...
--
Richard Levitte \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken \ S-161 43 BROMMA \ T: +46-8-26 52 47
\ SWEDEN \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]