]> granicus.if.org Git - openssl/commit
Update the pyca-cryptography version
authorMatt Caswell <matt@openssl.org>
Fri, 26 May 2017 13:02:38 +0000 (14:02 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 26 May 2017 17:00:33 +0000 (18:00 +0100)
commit7f7eb90b8ac55997c5c825bb3ebcfe28611e06f5
tree03a37658f3aeb79744ac21689a911442e0360690
parentdffdcc773ac0a294b1ce620131cb8d7401da9408
Update the pyca-cryptography version

Commit 9bfeeef made some function parameters const. This actually broke
the pyca-cryptography tests. The discussion in #3360 considers this to
actually be a problem with pyca-cryptography not an OpenSSL issue (they
replicate some of our header file contents which then causes function
prototype mismatches). This commit updates the pyca-cryptography version
to pull in their fix for this issue and make our external tests pass again.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3569)
pyca-cryptography