~ubuntu-branches/ubuntu/wily/weechat/wily

« back to all changes in this revision

Viewing changes to src/plugins/relay/relay-network.h

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bouthenot
  • Date: 2015-08-19 18:34:17 UTC
  • mfrom: (29.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20150819183417-u026z5wo8knpcdqd
Tags: 1.3-1
* New upstream release
  - Remove backported patch to fix FTBFS with ruby 2.2
* Use dh-exec to build javascript plugin only on architectures which v8
  engine supports. Thanks to Mateusz Łukasik for the patch
  (Closes: #794584)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#ifdef HAVE_GNUTLS
24
24
#include <gnutls/gnutls.h>
25
 
#endif
 
25
#endif /* HAVE_GNUTLS */
26
26
 
27
27
extern int relay_network_init_ok;
28
28
extern int relay_network_init_ssl_cert_key_ok;
31
31
extern gnutls_certificate_credentials_t relay_gnutls_x509_cred;
32
32
extern gnutls_priority_t *relay_gnutls_priority_cache;
33
33
extern gnutls_dh_params_t *relay_gnutls_dh_params;
34
 
#endif
 
34
#endif /* HAVE_GNUTLS */
35
35
 
36
36
extern void relay_network_set_ssl_cert_key (int verbose);
37
37
extern void relay_network_set_priority ();