sha2.h.diff

application/octet-stream

Filename: sha2.h.diff
Type: application/octet-stream
Part: 2
Message: Re: scram-sha-256 authentication broken in FIPS mode
55d54
< #include <openssl/evp.h>
74c73
< typedef EVP_MD_CTX* pg_sha256_ctx; 
---
> typedef SHA256_CTX pg_sha256_ctx;