Hi,
Query about openssl-0.9.7 build,

I built openssl-0.9.7, using config:
./config --prefix=/usr/local/opensslbuilds no-threads no-shared

This created all files in /usr/local/opensslbuilds.
Then, I copied libssl.a and libcrypto.a into my source directory, and
made changes to my Makefile to link with
these libraries,
I get the below link error in libssl.a. Any pointers what may be wrong?
thanks,


../openssl/linux/lib/libssl.a(t1_enc.o): In function `tls1_P_hash':
t1_enc.o(.text+0x28): undefined reference to `HMAC_CTX_init'
t1_enc.o(.text+0x33): undefined reference to `HMAC_CTX_init'
t1_enc.o(.text+0x51): undefined reference to `HMAC_Init_ex'
t1_enc.o(.text+0x6d): undefined reference to `HMAC_Init_ex'
t1_enc.o(.text+0x86): undefined reference to `HMAC_Update'
t1_enc.o(.text+0x9d): undefined reference to `HMAC_Final'
t1_enc.o(.text+0xb1): undefined reference to `HMAC_Init_ex'
t1_enc.o(.text+0xc2): undefined reference to `HMAC_Init_ex'
t1_enc.o(.text+0xd1): undefined reference to `HMAC_Update'
t1_enc.o(.text+0xe0): undefined reference to `HMAC_Update'
t1_enc.o(.text+0xf9): undefined reference to `HMAC_Update'
t1_enc.o(.text+0x116): undefined reference to `HMAC_Final'
t1_enc.o(.text+0x149): undefined reference to `HMAC_Final'
t1_enc.o(.text+0x169): undefined reference to `HMAC_CTX_cleanup'
t1_enc.o(.text+0x174): undefined reference to `HMAC_CTX_cleanup'
../openssl/linux/lib/libssl.a(t1_enc.o): In function
`tls1_change_cipher_state':
t1_enc.o(.text+0x247): undefined reference to `COMP_CTX_free'
t1_enc.o(.text+0x267): undefined reference to `COMP_CTX_new'

t1_enc.o(.text+0x388): undefined reference to `COMP_CTX_free'



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to