Small FYI :

Although most of the openssl headers hard-cast stuff,
I had to add the cast

    (void(*)()) before all of the macro references to the

PKCSXXXX_XXXX_free

    functions in

pkcs12.h
 
To avoid a C++ casting/scope error thingy (MSVC++ on WinNT).
 

Reply via email to