Commit 697a0b0f authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Use openssl/*.h to include the OpenSSL header files

parent 2f1064c7
......@@ -156,12 +156,12 @@ Socket methods:
#endif
#ifdef USE_SSL
#include "rsa.h"
#include "crypto.h"
#include "x509.h"
#include "pem.h"
#include "ssl.h"
#include "err.h"
#include "openssl/rsa.h"
#include "openssl/crypto.h"
#include "openssl/x509.h"
#include "openssl/pem.h"
#include "openssl/ssl.h"
#include "openssl/err.h"
#endif /* USE_SSL */
#if defined(MS_WINDOWS) || defined(__BEOS__)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment