Using the snapshot from today, linking fails due to missing
'openssl_fcast':

crypto/asn1/p5_pbe.c: In function 'PKCS5_pbe_set':
crypto/asn1/p5_pbe.c:109: warning: implicit declaration of function 
'openssl_fcast'
crypto/asn1/p5_pbev2.c: In function 'PKCS5_pbe2_set':
crypto/asn1/p5_pbev2.c:167: warning: implicit declaration of function 
'openssl_fcast'
crypto/evp/evp_pkey.c: In function 'EVP_PKEY2PKCS8_broken':
crypto/evp/evp_pkey.c:363: warning: implicit declaration of function 
'openssl_fcast'
crypto/ocsp/ocsp_ext.c: In function 'OCSP_crlID_new':
crypto/ocsp/ocsp_ext.c:447: warning: implicit declaration of function 
'openssl_fcast'
crypto/ocsp/ocsp_srv.c: In function 'OCSP_basic_add1_status':
crypto/ocsp/ocsp_srv.c:151: warning: implicit declaration of function 
'openssl_fcast'
crypto/pem/pem_all.c: In function 'PEM_read_bio_X509_REQ':
crypto/pem/pem_all.c:135: warning: implicit declaration of function 
'openssl_fcast'
crypto/pem/pem_pk8.c: In function 'PEM_read_bio_PKCS8':
crypto/pem/pem_pk8.c:240: warning: implicit declaration of function 
'openssl_fcast'
crypto/pem/pem_x509.c: In function 'PEM_read_bio_X509':
crypto/pem/pem_x509.c:68: warning: implicit declaration of function 
'openssl_fcast'
crypto/pem/pem_xaux.c: In function 'PEM_read_bio_X509_AUX':
crypto/pem/pem_xaux.c:68: warning: implicit declaration of function 
'openssl_fcast'
crypto/x509/x_all.c: In function 'd2i_RSA_PUBKEY_bio':
crypto/x509/x_all.c:262: warning: implicit declaration of function 
'openssl_fcast'
lib/libcrypto.a(p5_pbe.o)(.text+0x1a0):p5_pbe.c: undefined reference to 
`_openssl_fcast'
lib/libcrypto.a(p5_pbev2.o)(.text+0x3d8):p5_pbev2.c: undefined reference to 
`_openssl_fcast'
lib/libcrypto.a(p5_pbev2.o)(.text+0x450):p5_pbev2.c: undefined reference to 
`_openssl_fcast'
lib/libcrypto.a(x_all.o)(.text+0x4b9):x_all.c: undefined reference to 
`_openssl_fcast'
lib/libcrypto.a(x_all.o)(.text+0x509):x_all.c: undefined reference to 
`_openssl_fcast'
lib/libcrypto.a(x_all.o)(.text+0x539):x_all.c: more undefined references to 
`_openssl_fcast' follow

------------------

I've made sure DEBUG_SAFESTACK is in my CFLAGS.

Looks to me <safestack.h> is missing in some headers.

--gv
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to