commit | c7a9eb5468e53db4a2cf5736380c9045553242fe | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Sep 05 16:57:49 2015 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Sep 05 16:57:49 2015 -0400 |
tree | a38c530a8fa4abeda85169bd2f7c3cc2a12f38da | |
parent | 70b959e2d13a6330b5163d97733166ffbc213c80 [diff] [blame] |
fix
diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py index 60b2c9b..74ebc24 100644 --- a/OpenSSL/crypto.py +++ b/OpenSSL/crypto.py
@@ -1615,7 +1615,7 @@ "type argument must be FILETYPE_PEM, FILETYPE_ASN1, or " "FILETYPE_TEXT") - assert result_code == 0 + assert result_code == 1 return _bio_to_string(bio)