Hash : 38c513b9 Author : Date : 2010-04-28T19:07:14
Add support to enable the library to use OpenSSL SHA1 functions Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Download
1 2 3 4 5 6 7 8 9 10 11 12
#ifndef INCLUDE_sha1_h__ #define INCLUDE_sha1_h__ #if defined(PPC_SHA1) # include "ppc/sha1.h" #elif defined(OPENSSL_SHA1) # include <openssl/sha.h> #else # include "block-sha1/sha1.h" #endif #endif /* INCLUDE_sha1_h__ */