55d54
< #include <openssl/evp.h>
74c73
< typedef EVP_MD_CTX* pg_sha256_ctx; 
---
> typedef SHA256_CTX pg_sha256_ctx;
