Re: OpenSSL compile problem on win32

2000-01-13 Thread Ulf Möller
> the command perl util/mk1mf.pl 32 libeay > > produces > > BIO_number_read does not have a number assigned > BIO_number_written does not have a number assigned > X509_STORE_CTX_rget_chain does not have a number assigned > > this doesn't seem right to me. They'll get numbers assigned the next

Re: OpenSSL compile problem on win32

2000-01-13 Thread Dr Stephen Henson
Peter Sylvester wrote: > > Hi, > > the command perl util/mk1mf.pl 32 libeay > > produces > > BIO_number_read does not have a number assigned > BIO_number_written does not have a number assigned > X509_STORE_CTX_rget_chain does not have a number assigned > > this doesn't seem right to me. Sin

OpenSSL compile problem on win32

2000-01-13 Thread Peter Sylvester
Hi, the command perl util/mk1mf.pl 32 libeay produces BIO_number_read does not have a number assigned BIO_number_written does not have a number assigned X509_STORE_CTX_rget_chain does not have a number assigned this doesn't seem right to me. ___