On Fri, Sep 17, 1999 at 12:09:00AM +0100, [EMAIL PROTECTED] wrote:

> make[2]: Entering directory 
> `/root/rpm/apache_php_compilekit-4.1/openssl-0.9.4/crypto/objects'
[...]
> obj_dat.c:96: `NUM_NID' undeclared here (not in a 
> function)
> obj_dat.c: In function `OBJ_nid2obj':
> obj_dat.c:263: `NUM_NID' undeclared (first use this 
> function)

NUM_NID should be defined in crypto/objects/obj_dat.h, which is an
automatically created file.  Apparently that file is for some reasons
damaged on your system; just delete it, then running "make" again will
rebuild it.  If the problem persists, looking at that .h file may
reveal the reason.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to