Re: using OpenSSL and NSS in same project

2005-01-18 Thread sravan
Hello all, i too came across a similar problem. although i could compile the entire application(which used OpenSSL NSS), i got SEG faults while running the application. the point where i get SEG faults is those functions which have same names in OpenSSL NSS; in specific, SHA1_Update

using OpenSSL and NSS in same project

2005-01-17 Thread Aftab Alam
Hi All, I am trying to use OpenSSL and NSS(Mozilla) toolkit in the same project. When I try to compile the project It gives me an error error C2733: second C linkage of overloaded function 'SHA1_Update' not allowed c:\open.tar\openssl_debug_updated\openssl-0.9.7e\inc32\openssl\sha.h(116) : see