Results 1 to 1 of 1
Well, I want to use the HMAC-MD5 algorithm for computation of ICV in IPsec AH header? While using openssl/md5.h
I got the following errors:
/tmp/ccTlJk07.o(.text+0x63): In function `hmac_md5':
: undefined ...
- 11-12-2005 #1Just Joined!
- Join Date
- Nov 2005
- Posts
- 6
IPsec
Well, I want to use the HMAC-MD5 algorithm for computation of ICV in IPsec AH header? While using openssl/md5.h
I got the following errors:
/tmp/ccTlJk07.o(.text+0x63): In function `hmac_md5':
: undefined reference to `MD5_Init'
/tmp/ccTlJk07.o(.text+0x7b): In function `hmac_md5':
: undefined reference to `MD5_Update'
/tmp/ccTlJk07.o(.text+0x90): In function `hmac_md5':
: undefined reference to `MD5_Update'
/tmp/ccTlJk07.o(.text+0xa2): In function `hmac_md5':
: undefined reference to `MD5_Final'
/tmp/ccTlJk07.o(.text+0xb1): In function `hmac_md5':
: undefined reference to `MD5_Init'
/tmp/ccTlJk07.o(.text+0xc9): In function `hmac_md5':
: undefined reference to `MD5_Update'
/tmp/ccTlJk07.o(.text+0xdd): In function `hmac_md5':
: undefined reference to `MD5_Update'
/tmp/ccTlJk07.o(.text+0xef): In function `hmac_md5':
: undefined reference to `MD5_Final'
collect2: ld returned 1 exit status
Can someone tell me why I am getting these errors?????
Thanks
Nicky


Reply With Quote
