~ubuntu-branches/ubuntu/trusty/curl/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/hostcheck.c

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-12-20 09:13:22 UTC
  • mfrom: (3.4.44 sid)
  • Revision ID: package-import@ubuntu.com-20131220091322-lqk9xf5wba7vsyfh
Tags: 7.34.0-1ubuntu1
* Resynchronize on Debian, remaining changes
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Dropped undocumented Build-Depends change to automake1.9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include "curl_setup.h"
24
24
 
25
25
#if defined(USE_SSLEAY) || defined(USE_AXTLS) || defined(USE_QSOSSL) || \
26
 
    defined(USE_GSKIT)
 
26
    defined(USE_GSKIT) || defined(USE_NSS)
27
27
/* these backends use functions from this file */
28
28
 
29
29
#include "hostcheck.h"
94
94
  return 0;
95
95
}
96
96
 
97
 
#endif /* SSLEAY or AXTLS or QSOSSL or GSKIT */
 
97
#endif /* SSLEAY or AXTLS or QSOSSL or GSKIT or NSS */