Add CommonCrypto support, split out all hcrypto specific code to hcrypto module

This commit is contained in:
Love Hornquist Astrand
2009-08-10 09:07:37 +02:00
parent 2a17be87ab
commit 8276a469ab
10 changed files with 1376 additions and 398 deletions

View File

@@ -25,6 +25,8 @@ hcryptoinclude_HEADERS = \
ecdsa.h \
engine.h \
evp.h \
evp-hcrypto.h \
evp-cc.h \
hmac.h \
md2.h \
md4.h \
@@ -109,6 +111,7 @@ libhcrypto_la_SOURCES = \
evp.h \
evp-hcrypto.c \
evp-aes-cts.c \
evp-cc.c \
engine.c \
engine.h \
hash.h \