RE: compilation problems: linking for srp

2013-05-30 Thread Dave Thompson
lto:owner-openssl-us...@openssl.org] On Behalf Of Peresvet Bezdenezhnih Sent: Thursday, 30 May, 2013 08:58 To: openssl-users@openssl.org Subject: compilation problems. Hi. In openssl-1.0.1e there is such function/variables used: SSL_CTX_set_srp_username and SSL_CTX_set_srp_password. Because of them I got suc

compilation problems.

2013-05-30 Thread Peresvet Bezdenezhnih
Hi. In openssl-1.0.1e there is such function/variables used: SSL_CTX_set_srp_username and SSL_CTX_set_srp_password. Because of them I got such compilation errors: ld: 0711-317 ERROR: Undefined symbol: .SSL_CTX_set_srp_username ld: 0711-317 ERROR: Undefined symbol: .SSL_CTX_set_srp_password when I'm

Re: compilation problems with Borland C++ Builer 5 up1

2007-05-29 Thread Betto McRose Gamarra
thanks ger, I will try in the order you specify 2007/5/29, Gerrit E.G. Hobbelt <[EMAIL PROTECTED]>: Betto McRose Gamarra wrote: > [...] > Warning W8019 tmp32\md32_common.h 587: Code has no effect in function > MD5_Final Ignore these warnings for the moment. Harmless stuff. > nasmw -f o

Re: compilation problems with Borland C++ Builer 5 up1

2007-05-29 Thread Gerrit E.G. Hobbelt
Betto McRose Gamarra wrote: [...] Warning W8019 tmp32\md32_common.h 587: Code has no effect in function MD5_Final Ignore these warnings for the moment. Harmless stuff. nasmw -f obj -d__omf__ -ocrypto\md5\asm\m5_win32.obj .\crypto\md5\asm\m5_win32.asm 'nasmw' is not recognized as an i

compilation problems with Borland C++ Builer 5 up1

2007-05-29 Thread Betto McRose Gamarra
hi I downloaded the openssl-0.9.8e and tried to make the libs to work with borland c builder my problem is when I try to run the 3rd command: make -f ms\bcb.mak I copy from the warinings to the error: .\crypto\md4\md4_dgst.c: Warning W8019 tmp32\md32_common.h 425: Code has no effect in functio

Compilation problems under win32 (BCB)

2005-06-26 Thread scratch . net
When doing ms\do_nasm I get E:\openssl-dev.work>perl util\mkdef.pl 32 libeay 1>ms\libeay32.def File crypto/pem/pem.h: cannot parse: DECLARE_PEM_rw_const(RSAPublicKey, RSA) #INFO:!WIN16:RSA; File crypto/pem/pem.h: cannot parse: DECLARE_PEM_rw_const(DSAparams, DSA) #INFO::; File crypto/pem/pem.h:

Re: openssl engine version beta2 compilation problems

2000-09-19 Thread David Maurus
I've had the same problem and discovered the following patch: http://marc.theaimsgroup.com/?l=openssl-dev&m=96923042325868&w=2 The functions are loaded dynamically, so it is necessary to check whether they loaded or not (or your executable will crash on all machines which don't provide the NetSt

Compilation problems.

2000-08-07 Thread Jon-Pierre Gentil
  I'm using a recently fresh installation of Mandrake 7 linux, and I am trying to compile the OpenSSL libraries to get a libcrypto out of it.  I ran the config script, and it chose linux-elf.  Unfortunately I am running into these errors:     [root@omicron openssl-0.9.5a]# makemaking all in

Re: Compilation Problems

2000-05-10 Thread Arun Venkataraman
U need to include the libraries in your compilation. Something like: gcc -lcrypto -lssl -ocli cli.cpp. Arun. -Original Message- From: Tewari, Vijay <[EMAIL PROTECTED]> To: 'Open-SSL' <[EMAIL PROTECTED]> Date: Wednesday, May 10, 2000 9:15 AM Subject: Compilation