bug5170 256 B

1234
  1. o Code simplification and refactoring:
  2. - Remove contrib/id_to_fp.c since it wasn't used anywhere.
  3. - Since OpenSSL 0.9.7 i2d_RSAPublicKey supports allocating output buffer.
  4. Use this feature to avoid calling this function twice. Fixes #5170.