~brianaker/gearmand/warn-not-error

« back to all changes in this revision

Viewing changes to libgearman/interface/universal.hpp

  • 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:
91
91
  gearman_allocator_t allocator;
92
92
  struct gearman_vector_st *_identifier;
93
93
  struct gearman_vector_st *_namespace;
94
 
  struct CYASSL_CTX* _ctx_ssl;
 
94
  SSL_CTX* _ctx_ssl;
95
95
  struct error_st _error;
96
96
  int wakeup_fd[2];
97
97
 
230
230
  bool init_ssl();
231
231
 
232
232
public:
233
 
  struct CYASSL_CTX* ctx_ssl() 
 
233
  SSL_CTX* ctx_ssl() 
234
234
  {
235
235
    if (ssl())
236
236
    {