On Fri, Nov 30, 2001 at 10:36:23PM -0500, Matt Cooper wrote:

> The 0.9.6b distribution contains the following in Objects.h: (~line 455)
> 
> #define SN_ld_ce                      "ld-ce"
> #define NID_ld_ce                     81
> #define OBJ_ld_ce                     2L,5L,29L
> 
> If you recreate the obj_dat.h file using the perl script (perl obj_dat.pl
> objects.h obj_dat.h), you end up with:
> 
> obj_dat.h:340: `NID_ld_ce' undeclared here (not in a function)
> obj_dat.h:340: initializer element for `nid_objs[81].nid' is not constant
> 
> that's because obj_mac.num defines it as "id_ce". The obj_dat.h included
> with the distribution contains it correctly (id_ce). Objects.h should be
> corrected to read:
> 
> #define SN_id_ce                      "id-ce"
> #define NID_id_ce                     81
> #define OBJ_id_ce                     2L,5L,29L

You are right, "ld_ce" should be changed to "id_ce" throughout objects.h.
Thanks for reporting this, it will be fixed in the next snapshot.


-- 
Bodo Möller <[EMAIL PROTECTED]>
PGP http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller/0x36d2c658.html
* TU Darmstadt, Theoretische Informatik, Alexanderstr. 10, D-64283 Darmstadt
* Tel. +49-6151-16-6628, Fax +49-6151-16-6036
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to