Re: Exporting not-by-default functions in OpenSSL DLLs

2007-03-14 Thread Nils Larsch
Xiaoyu Ruan wrote: Greetings All, I have two questions on OpenSSL: 1. How to have the DLLs or SO’s export functions that are not exported by default, such as ECDSA etc? don't know a function ECDSA ;-) Seriously, there (normally) is a reason why certain functions are not part

Exporting not-by-default functions in OpenSSL DLLs

2007-03-14 Thread Xiaoyu Ruan
Greetings All, I have two questions on OpenSSL: 1. How to have the DLLs or SO's export functions that are not exported by default, such as ECDSA etc? What code changes need to be made? 2. What are the differences between 0.9.8 and 0.9.7? Thanks. -Xiaoyu