-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Never mind, I just found md32_common.h...
Scott G. Kelly wrote:
| I'm using openssl in a group of embedded applications. For one of these,
| I need sha1 (and nothing else), but can't afford the space I'd need to
| link the app to libcrypto.a. I've been
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'm using openssl in a group of embedded applications. For one of these,
I need sha1 (and nothing else), but can't afford the space I'd need to
link the app to libcrypto.a. I've been poking around trying to find the
source for SHA1_{Init,Update,Final},
http://www.aleksey.com/xmlsec/bart.gif
Aleksey
Rich Salz wrote:
openssl/crypto/sha/ refers the functions: SHA1_Init(), SHA1_Update() &
SHA1_Final(), but there seems to be no reference of their definition
in the source.
"man grep"
I guarantee that the functions are there.
/r$
openssl/crypto/sha/ refers the functions: SHA1_Init(), SHA1_Update() &
SHA1_Final(), but there seems to be no reference of their definition in
the source.
"man grep"
I guarantee that the functions are there.
/r$
__
OpenSS
Sorry for the double hit last time.
openssl/crypto/sha/ refers the functions: SHA1_Init(), SHA1_Update() &
SHA1_Final(), but there seems to be no reference of their definition in the source.
Help appreciated..
Rich Salz <[EMAIL PROTECTED]> wrote:
Nikhil Chauhan wrote:> Does anyone know a freely