~ubuntu-branches/ubuntu/precise/curl/precise-proposed

« back to all changes in this revision

Viewing changes to lib/qssl.h

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2011-11-25 17:30:45 UTC
  • mfrom: (3.4.23 sid)
  • Revision ID: package-import@ubuntu.com-20111125173045-2l3ni88jv16kath0
Tags: 7.22.0-3ubuntu1
* Merge from Debian unstable, remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Add new libcurl3-udeb package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef __QSSL_H
2
 
#define __QSSL_H
 
1
#ifndef HEADER_CURL_QSSL_H
 
2
#define HEADER_CURL_QSSL_H
3
3
/***************************************************************************
4
4
 *                                  _   _ ____  _
5
5
 *  Project                     ___| | | |  _ \| |
21
21
 * KIND, either express or implied.
22
22
 *
23
23
 ***************************************************************************/
 
24
#include "setup.h"
24
25
 
25
26
/*
26
27
 * This header should only be needed to get included by sslgen.c and qssl.c
45
46
#define curlssl_connect Curl_qsossl_connect
46
47
 
47
48
/*  No session handling for QsoSSL */
48
 
#define curlssl_session_free(x)
 
49
#define curlssl_session_free(x) Curl_nop_stmt
49
50
#define curlssl_close_all Curl_qsossl_close_all
50
51
#define curlssl_close Curl_qsossl_close
51
52
#define curlssl_shutdown(x,y) Curl_qsossl_shutdown(x,y)
56
57
#define curlssl_check_cxn(x) Curl_qsossl_check_cxn(x)
57
58
#define curlssl_data_pending(x,y) 0
58
59
#endif /* USE_QSOSSL */
59
 
#endif
 
60
 
 
61
#endif /* HEADER_CURL_QSSL_H */