Hello, I am trying to compile my appilcation performing PKCS7 logic. I am having issue during compilation of the x509 related objects. Specifically, there is name collision between wincrypt.h and openssl.
During my initial research I found that it is a common problem (user list and ticket#1749). However, I have not been able to find solution other then #undef. What surprises me is that I have two windows XP machine, on one I am using installshield openssl distribution and on the other I am using source natively build modules. The one that has binary distribution works fine but natively build does not. Can someone please point me towards the possible solutions? I am also curious on learing what is causing this problem (two machine not behaving same). Thanks in advance, -Anand