Hi,
Using openssl-engine-0.9.6 with atalla AXL300 card and latest atalla drivers
for linux RH 7.0, I found that one of the function points in atalla.h has an
incorrect definition.
typedef int tfnASI_GetPerformanceStatistics(int reset_flag,
unsigned int *ret_buf);
Should be:
typedef int tfnASI_GetPerformanceStatistics(long, int reset_flag,
unsigned int *ret_buf);
I couldn't find anything in the archives on it, so I wasn't sure if someone
has fixed it by now or not.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]