sha2.h.diff
application/octet-stream
Filename: sha2.h.diff
Type: application/octet-stream
Part: 0
55d54 < #include <openssl/evp.h> 74,77c73,76 < typedef EVP_MD_CTX* pg_sha256_ctx; < typedef EVP_MD_CTX* pg_sha512_ctx; < typedef EVP_MD_CTX* pg_sha224_ctx; < typedef EVP_MD_CTX* pg_sha384_ctx; --- > typedef SHA256_CTX pg_sha256_ctx; > typedef SHA512_CTX pg_sha512_ctx; > typedef SHA256_CTX pg_sha224_ctx; > typedef SHA512_CTX pg_sha384_ctx;