RE: error while executing make command

2009-04-23 Thread Ronald Hatcher
Have you tried using sudo? On Thursday, April 23, 2009, at 12:46PM, Neerav Singh neerav.si...@tatatel.co.in wrote: Hi all Sorry! Please check the full error |/bidev/bihome/webserver/ssl/openssl-0.9.6cmake + rm -f libcrypto.so.0 + rm -f libcrypto.so + rm -f libcrypto.so.0.9.6 + rm -f

Re: hmac digest wrong?

2009-04-22 Thread Ronald Hatcher
Of course! - thank you On 21 Apr 2009, at 17:42, Victor Duchovni wrote: On Tue, Apr 21, 2009 at 04:36:34PM +0100, Ronald Hatcher wrote: Hi there - I'm trying to create an hmac digest which works OK from php as: $signature = hash_hmac('sha1', ronald , $apikey); However, I get a different

hmac digest wrong?

2009-04-21 Thread Ronald Hatcher
Hi there - I'm trying to create an hmac digest which works OK from php as: $signature = hash_hmac('sha1', ronald , $apikey); However, I get a different digest using: echo ronald | openssl dgst -sha1 -hmac $apikey Is there something obvious I'm doing wrong here? BTW I'm using OpenSSL 0.9.7l