Merge remote-tracking branch 'majek/bug5170'

This commit is contained in:
Nick Mathewson
2013-06-10 13:47:57 -04:00
10 changed files with 142 additions and 146 deletions
+5
View File
@@ -0,0 +1,5 @@
o Code simplification and refactoring:
- Remove contrib/id_to_fp.c since it wasn't used anywhere.
- Since OpenSSL 0.9.7 i2d_* functions support allocating output
buffer. Avoid calling twice: i2d_RSAPublicKey, i2d_DHparams,
i2d_X509, i2d_PublicKey. Fixes #5170.