~ubuntu-branches/ubuntu/hardy/transmission/hardy-updates

« back to all changes in this revision

Viewing changes to libtransmission/crypto.c

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Benner
  • Date: 2007-12-05 14:37:05 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20071205143705-env7ahsls1gyb2eo
Tags: upstream-0.95.dfsg
ImportĀ upstreamĀ versionĀ 0.95.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * This exemption does not extend to derived works not owned by
8
8
 * the Transmission project.
9
9
 *
10
 
 * $Id: crypto.c 3567 2007-10-26 01:11:16Z charles $
 
10
 * $Id: crypto.c 3899 2007-11-20 03:01:59Z charles $
11
11
 */
12
12
 
 
13
#include <sys/types.h> /* for event.h, as well as netinet/in.h on some platforms */
13
14
#include <assert.h>
14
15
#include <inttypes.h> /* uint8_t */
15
16
#include <string.h> /* memcpy */
16
17
#include <stdarg.h>
17
 
 
18
 
#include <sys/types.h> /* for event.h, as well as netinet/in.h on some platforms */
19
18
#include <netinet/in.h> /* struct in_addr */
20
19
 
21
20
#include <openssl/bn.h>