X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/SecurityTests/cspxutils/ccOpensslCompat/digestCommonCrypto.cpp diff --git a/SecurityTests/cspxutils/ccOpensslCompat/digestCommonCrypto.cpp b/SecurityTests/cspxutils/ccOpensslCompat/digestCommonCrypto.cpp new file mode 100644 index 00000000..72671cdb --- /dev/null +++ b/SecurityTests/cspxutils/ccOpensslCompat/digestCommonCrypto.cpp @@ -0,0 +1,7 @@ +/* + * digestOpenssl.cpp - use the common code in digestCommon.h as CommonCrypto calls + */ + +#define COMMON_DIGEST_FOR_OPENSSL 1 +#include +#include "digestCommon.h"