A few findings on openssl-SNAP-19990301:
#1 In fil ./crypto/x509v3/v3_skey.c in function s2i_skey_id the
'int diglen;' should be 'unsigned int diglen' or vice versa.
EVP_DigestFinal(&md, pkey_dig, &diglen) wants an unsigned.
#2 Two faulty prototypes in ssl_lib.c :
from SSL_get_verify_callback:
"ssl_lib.c", line 397: error (1525): identifier s not declared
and from SSL_CTX_get_verify_callback
"ssl_lib.c", line 407: error (1525): identifier ctx not declared
#3 Why does bss_file.c end up in the <installroot>/include dir?
Lennart Bang
TCP/IP knudel
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]