~ubuntu-branches/ubuntu/wily/freerdp/wily-proposed

« back to all changes in this revision

Viewing changes to asn1/NegTokenInit2.c

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Jeremy Bicha, Jean-Louis Dupond, Martin Pitt
  • Date: 2012-01-31 10:02:14 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120131100214-jaok3uwvni7sqxth
Tags: 1.0.0-0git1
Upload current Debian packaging git to get this rolling for precise.

[ Jeremy Bicha ]
* New upstream release. Closes: #647498.
* Updated symbols and bumped soname
* debian/control:
  - Added new build dependencies
  - Bump Standards-Version to 3.9.2
* debian/source/format: Set to 3.0 (quilt)
* debian/rules: Turn on strict symbols checking
* debian/watch: Watch github

[ Jean-Louis Dupond ]
* debian/control: Updated homepage
* debian/copyright: Reflect upstream switch to the Apache license

[ Martin Pitt ]
* debian/libfreerdp0.symbols: Fix version number, should
  be 1.0~beta5, not 1.0-beta5.
* debian/control: Add libavcodec-dev build dependency, upstream build system
  checks for that. Thanks Jean-Louis Dupond!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Generated by asn1c-0.9.22.1409 (http://lionet.info/asn1c)
3
 
 * From ASN.1 module "SPNEGO"
4
 
 *      found in "spnego.asn1"
5
 
 *      `asn1c -fnative-types -fskeletons-copy -fcompound-names`
6
 
 */
7
 
 
8
 
#include <asn_internal.h>
9
 
 
10
 
#include "NegTokenInit2.h"
11
 
 
12
 
static asn_TYPE_member_t asn_MBR_NegTokenInit2_1[] = {
13
 
        { ATF_POINTER, 5, offsetof(struct NegTokenInit2, mechTypes),
14
 
                (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
15
 
                +1,     /* EXPLICIT tag at current level */
16
 
                &asn_DEF_MechTypeList,
17
 
                0,      /* Defer constraints checking to the member type */
18
 
                0,      /* PER is not compiled, use -gen-PER */
19
 
                0,
20
 
                "mechTypes"
21
 
                },
22
 
        { ATF_POINTER, 4, offsetof(struct NegTokenInit2, reqFlags),
23
 
                (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
24
 
                +1,     /* EXPLICIT tag at current level */
25
 
                &asn_DEF_ContextFlags,
26
 
                0,      /* Defer constraints checking to the member type */
27
 
                0,      /* PER is not compiled, use -gen-PER */
28
 
                0,
29
 
                "reqFlags"
30
 
                },
31
 
        { ATF_POINTER, 3, offsetof(struct NegTokenInit2, mechToken),
32
 
                (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
33
 
                +1,     /* EXPLICIT tag at current level */
34
 
                &asn_DEF_OCTET_STRING,
35
 
                0,      /* Defer constraints checking to the member type */
36
 
                0,      /* PER is not compiled, use -gen-PER */
37
 
                0,
38
 
                "mechToken"
39
 
                },
40
 
        { ATF_POINTER, 2, offsetof(struct NegTokenInit2, negHints),
41
 
                (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
42
 
                +1,     /* EXPLICIT tag at current level */
43
 
                &asn_DEF_NegHints,
44
 
                0,      /* Defer constraints checking to the member type */
45
 
                0,      /* PER is not compiled, use -gen-PER */
46
 
                0,
47
 
                "negHints"
48
 
                },
49
 
        { ATF_POINTER, 1, offsetof(struct NegTokenInit2, mechListMIC),
50
 
                (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
51
 
                +1,     /* EXPLICIT tag at current level */
52
 
                &asn_DEF_OCTET_STRING,
53
 
                0,      /* Defer constraints checking to the member type */
54
 
                0,      /* PER is not compiled, use -gen-PER */
55
 
                0,
56
 
                "mechListMIC"
57
 
                },
58
 
};
59
 
static ber_tlv_tag_t asn_DEF_NegTokenInit2_tags_1[] = {
60
 
        (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
61
 
};
62
 
static asn_TYPE_tag2member_t asn_MAP_NegTokenInit2_tag2el_1[] = {
63
 
    { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* mechTypes at 37 */
64
 
    { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* reqFlags at 38 */
65
 
    { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* mechToken at 39 */
66
 
    { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* negHints at 40 */
67
 
    { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 } /* mechListMIC at 41 */
68
 
};
69
 
static asn_SEQUENCE_specifics_t asn_SPC_NegTokenInit2_specs_1 = {
70
 
        sizeof(struct NegTokenInit2),
71
 
        offsetof(struct NegTokenInit2, _asn_ctx),
72
 
        asn_MAP_NegTokenInit2_tag2el_1,
73
 
        5,      /* Count of tags in the map */
74
 
        0, 0, 0,        /* Optional elements (not needed) */
75
 
        -1,     /* Start extensions */
76
 
        -1      /* Stop extensions */
77
 
};
78
 
asn_TYPE_descriptor_t asn_DEF_NegTokenInit2 = {
79
 
        "NegTokenInit2",
80
 
        "NegTokenInit2",
81
 
        SEQUENCE_free,
82
 
        SEQUENCE_print,
83
 
        SEQUENCE_constraint,
84
 
        SEQUENCE_decode_ber,
85
 
        SEQUENCE_encode_der,
86
 
        SEQUENCE_decode_xer,
87
 
        SEQUENCE_encode_xer,
88
 
        0, 0,   /* No PER support, use "-gen-PER" to enable */
89
 
        0,      /* Use generic outmost tag fetcher */
90
 
        asn_DEF_NegTokenInit2_tags_1,
91
 
        sizeof(asn_DEF_NegTokenInit2_tags_1)
92
 
                /sizeof(asn_DEF_NegTokenInit2_tags_1[0]), /* 1 */
93
 
        asn_DEF_NegTokenInit2_tags_1,   /* Same as above */
94
 
        sizeof(asn_DEF_NegTokenInit2_tags_1)
95
 
                /sizeof(asn_DEF_NegTokenInit2_tags_1[0]), /* 1 */
96
 
        0,      /* No PER visible constraints */
97
 
        asn_MBR_NegTokenInit2_1,
98
 
        5,      /* Elements count */
99
 
        &asn_SPC_NegTokenInit2_specs_1  /* Additional specs */
100
 
};
101