The following produced a series of compiler errors that seem unrelated to the cause:
#include <windows.h> #include <openssl/des.h> I tracked it down to a name collision of: typedef struct ocsp_response_st OCSP_RESPONSE; within openssl/ossl_typ.h collides with #define OCSP_RESPONSE ((LPCSTR) 67) within WinCrypt.h, a windows header file (Microsoft Windows SDK 6.0A). There are work-arounds, but the compiler errors led to a few hours of tracking it down, which, I'm sure, no one else wishes to experience. --- David W. Thomas Sr. Software Developer 801-377-5410, ext. 843 [EMAIL PROTECTED] AccessDataR: A Pioneer in Digitial Investigations since 1987
The following produced a series of compiler errors that seem
unrelated to the cause: #include
<windows.h> #include
<openssl/des.h> I tracked it down to a name collision of: typedef
struct ocsp_response_st OCSP_RESPONSE; within openssl/ossl_typ.h collides
with #define
OCSP_RESPONSE ((LPCSTR) 67) within WinCrypt.h, a windows
header file (Microsoft Windows SDK 6.0A). There are work-arounds, but the
compiler errors led to a few hours of tracking it down, which, I’m sure, no
one else wishes to experience. --- David W. Thomas Sr. Software Developer 801-377-5410, ext. 843 [EMAIL PROTECTED] AccessData®: A
Pioneer in Digitial Investigations since 1987 |