~ubuntu-branches/ubuntu/quantal/aria2/quantal

« back to all changes in this revision

Viewing changes to src/MSEHandshake.h

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2010-11-24 12:26:31 UTC
  • mfrom: (1.6.1 upstream) (2.3.8 experimental)
  • Revision ID: james.westby@ubuntu.com-20101124122631-upujekj1ek94h3x2
Tags: 1.10.6-1
* New upstream release:
  + Fixed FTBFS on alpha arch (Closes: #590257)
  + Added IPv6 support (Closes: #448390)
* debian/patches/ftbfs_kfreebsd.diff:
  + Dropped, merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 * files in the program, then also delete it here.
33
33
 */
34
34
/* copyright --> */
35
 
#ifndef _D_MSE_HANDSHAKE_H_
36
 
#define _D_MSE_HANDSHAKE_H_
 
35
#ifndef D_MSE_HANDSHAKE_H
 
36
#define D_MSE_HANDSHAKE_H
37
37
 
38
38
#include "common.h"
39
39
 
64
64
 
65
65
  enum CRYPTO_TYPE {
66
66
    CRYPTO_NONE = 0,
67
 
    CRYPTO_PLAIN_TEXT = 0x01,
68
 
    CRYPTO_ARC4 = 0x02
 
67
    CRYPTO_PLAIN_TEXT = 0x01u,
 
68
    CRYPTO_ARC4 = 0x02u
69
69
  };
70
70
 
71
71
private:
212
212
 
213
213
} // namespace aria2
214
214
 
215
 
#endif // _D_MSE_HANDSHAKE_H_
 
215
#endif // D_MSE_HANDSHAKE_H