~ubuntu-branches/ubuntu/trusty/aria2/trusty

« back to all changes in this revision

Viewing changes to src/DHKeyExchange.h

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry
  • Date: 2013-12-16 18:41:03 UTC
  • mfrom: (2.5.21 sid)
  • Revision ID: package-import@ubuntu.com-20131216184103-xzah3019zwut429g
Tags: 1.18.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#define D_DH_KEY_EXCHANGE_H
37
37
 
38
38
#include "common.h"
39
 
#ifdef HAVE_LIBGMP
 
39
#ifdef USE_INTERNAL_BIGNUM
 
40
# include "InternalDHKeyExchange.h"
 
41
#elif HAVE_LIBGMP
40
42
# include "LibgmpDHKeyExchange.h"
41
43
#elif HAVE_LIBGCRYPT
42
44
# include "LibgcryptDHKeyExchange.h"