summaryrefslogtreecommitdiff
path: root/changes/bug5170
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug5170')
-rw-r--r--changes/bug51705
1 files changed, 0 insertions, 5 deletions
diff --git a/changes/bug5170 b/changes/bug5170
deleted file mode 100644
index 4e52c5ea6b..0000000000
--- a/changes/bug5170
+++ /dev/null
@@ -1,5 +0,0 @@
- 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.