bug9043 161 B

123
  1. o Code simplification and refactoring:
  2. - Since OpenSSL 0.9.8 we can use EVP_PKEY_cmp instead of
  3. implementing the same thing as pkey_eq. Fixes #9043.