compiling openssl dev-c++

2010-11-12 Thread g A b R i E L
Hi Users. How I can compiling openssl in dev-c++ for Windows? I tried with -lssl and -lcrypto in linker option (Project-Project Options-Parameters-Linker), but it not work. Part of Compile log is: C:/Dev-Cpp/lib/libcrypto.a(bss_conn.o)(.text+0x40):bss_conn.c: undefined reference to

RE: compiling openssl dev-c++

2010-11-12 Thread Erik Tkal
Subject: compiling openssl dev-c++ Hi Users. How I can compiling openssl in dev-c++ for Windows? I tried with -lssl and -lcrypto in linker option (Project-Project Options-Parameters-Linker), but it not work. Part of Compile log is: C:/Dev-Cpp/lib/libcrypto.a(bss_conn.o)(.text+0x40):bss_conn.c

Re: compiling openssl dev-c++

2010-11-12 Thread g A b R i E L
Hi Users. Me again, but this time I write to share the solution to my problem ;) To use openssl in Dev-C++ on Windows: 1.- Install Win32 OpenSSL v1.0.0ahttp://www.slproweb.com/download/Win32OpenSSL-1_0_0a.exeor Win32 OpenSSL v1.0.0a

Re: compiling openssl dev-c++

2010-11-12 Thread g A b R i E L
:* owner-openssl-us...@openssl.org [mailto: owner-openssl-us...@openssl.org] *On Behalf Of *g A b R i E L *Sent:* Friday, November 12, 2010 10:56 AM *To:* openssl-users@openssl.org *Subject:* compiling openssl dev-c++ Hi Users. How I can compiling openssl in dev-c++ for Windows? I tried