If we define a function
"BIGNUM *BN_new(void)" as
"
#define OPENSSL_FUNC   __declspec( dllimport )
OPENSSL_FUNC BIGNUM* BN_new(void)
"
I think it is helpful when there are some reason for the users have to
change to other OPENSSL_FUNC definition, at least it is helpful for me to
generate a dll with BCB.
 
Will it be a good suggestion?
 
 

Reply via email to