Do not use OpenSSL functions that operates with FILE to avoid potential CRT
versions mismatch. Use BIO based functions instead.

* test/MockHTTPinC/MockHTTP_server.c
  (initSSLCtx): Use PEM_read_bio_X509() instead of PEM_read_X509() to read
   certificates.
* test/test_ssl.c
  (verify_ocsp_response): Use PEM_read_bio_PrivateKey() instead of
   PEM_read_PrivateKey().
  

git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1909252 13f79535-47bb-0310-9956-ffa450edef68
2 files changed