~brianaker/gearmand/warn-not-error

« back to all changes in this revision

Viewing changes to libgearman-server/struct/io.h

  • Committer: Continuous Integration
  • Date: 2013-08-09 19:42:53 UTC
  • mfrom: (847.2.5 gearmand-1.2)
  • Revision ID: ci@tangent.org-20130809194253-7qi3duw695qkhlwz
Merge lp:~brianaker/gearmand/ssl-update Build: jenkins-Gearmand-817

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
#include "libgearman-server/plugins/base.h"
41
41
 
42
 
#if defined(HAVE_CYASSL) && HAVE_CYASSL
43
 
# include <cyassl/ssl.h>
44
 
#endif
 
42
#include "libgearman/ssl.h"
45
43
 
46
44
struct gearmand_io_st
47
45
{
176
174
  char id[GEARMAND_SERVER_CON_ID_SIZE];
177
175
  gearmand::protocol::Context* protocol;
178
176
  struct event *timeout_event;
179
 
  struct CYASSL* _ssl;
 
177
  SSL* _ssl;
180
178
 
181
179
  gearman_server_con_st()
182
180
  {