[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Fri May 26 17:00:50 UTC 2017


The branch master has been updated
       via  7f7eb90b8ac55997c5c825bb3ebcfe28611e06f5 (commit)
      from  dffdcc773ac0a294b1ce620131cb8d7401da9408 (commit)


- Log -----------------------------------------------------------------
commit 7f7eb90b8ac55997c5c825bb3ebcfe28611e06f5
Author: Matt Caswell <matt at openssl.org>
Date:   Fri May 26 14:02:38 2017 +0100

    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 at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/3569)

-----------------------------------------------------------------------

Summary of changes:
 pyca-cryptography | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyca-cryptography b/pyca-cryptography
index 6c5a519..139b25f 160000
--- a/pyca-cryptography
+++ b/pyca-cryptography
@@ -1 +1 @@
-Subproject commit 6c5a519f9b382a1746c1bda5f01aaeb2809250ef
+Subproject commit 139b25f2ba73bb34dfe1f100e64a11f17a83618d


More information about the openssl-commits mailing list