~kawninzx6/libiqxmlrpc/streamInsertOp

« back to all changes in this revision

Viewing changes to libiqxmlrpc/ssl_connection.cc

  • Committer: Anton Dedov
  • Date: 2010-07-26 20:35:31 UTC
  • Revision ID: adedov@gmail.com-20100726203531-5unndog5yqha83ws
Merge with mine adjustments:
 622. By james <james@jnb>  on 2010-06-04
 Refactore includes to fix Windows compile errors.
 lp:~kawninzx6/libiqxmlrpc/windowsBuild

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
//
18
18
//  $Id: ssl_connection.cc,v 1.6 2006-09-07 09:35:42 adedov Exp $
19
19
 
20
 
//#include <iostream>
 
20
#include "ssl_connection.h"
 
21
 
21
22
#include <openssl/err.h>
22
 
#include "ssl_connection.h"
23
23
 
24
24
using namespace iqnet;
25
25