Re: Programming with OpenSSL in different operation systems

2012-05-12 Thread Vladimir Belov
s in our applications in different OS to use OpensSSL API, because OpenSSL do it automatically. From: Dave Thompson Sent: Saturday, May 12, 2012 2:45 AM To: openssl-users@openssl.org Subject: RE: Programming with OpenSSL in different operation systems > From: owner-openssl-us...@openssl.org On

RE: Programming with OpenSSL in different operation systems

2012-05-11 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Vladimir Belov > Sent: Thursday, 10 May, 2012 16:09 > I want to know what constants(such as OPENSSL_SYS_WIN32 or > OPENSSL_SYS_UNIX) > with #define operator I must define at the beginning of the > program in > different OS: Windows, Linux a

Re: Programming with OpenSSL in different operation systems

2012-05-11 Thread Alexander Komyagin
I think that you better start with corresponding INSTALL.* file. It shall give you all the answers you need. Good luck! On Fri, 2012-05-11 at 00:09 +0400, Vladimir Belov wrote: > Hello. > I want to know what constants(such as OPENSSL_SYS_WIN32 or OPENSSL_SYS_UNIX) > with #define operator I must d

Programming with OpenSSL in different operation systems

2012-05-10 Thread Vladimir Belov
Hello. I want to know what constants(such as OPENSSL_SYS_WIN32 or OPENSSL_SYS_UNIX) with #define operator I must define at the beginning of the program in different OS: Windows, Linux and others? . I understand that there are different functions that must be different in different OS, that's