diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-10-31 17:17:43 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-10-31 17:17:43 +0000 |
commit | 625b34b34f98514d8ba41490662a54fecfd39fe8 (patch) | |
tree | 43caf6eb7db1f76aa8afd9e718b2fcb05cef4c42 /socket.c | |
parent | 12dbe6d4f8e37584257c97856383739c6e7aed33 (diff) | |
download | fetchmail-625b34b34f98514d8ba41490662a54fecfd39fe8.tar.gz fetchmail-625b34b34f98514d8ba41490662a54fecfd39fe8.tar.bz2 fetchmail-625b34b34f98514d8ba41490662a54fecfd39fe8.zip |
Final integration.
svn path=/trunk/; revision=2645
Diffstat (limited to 'socket.c')
-rw-r--r-- | socket.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -300,10 +300,10 @@ va_dcl { } #ifdef SSL_ENABLE -#include "openssl/ssl.h" -#include "openssl/err.h" -#include "openssl/pem.h" -#include "openssl/x509.h" +#include "ssl.h" +#include "err.h" +#include "pem.h" +#include "x509.h" static SSL_CTX *_ctx = NULL; static SSL *_ssl_context[FD_SETSIZE]; |