~ubuntu-branches/ubuntu/trusty/gnutls26/trusty

« back to all changes in this revision

Viewing changes to src/serv-gaa.h

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2011-10-01 15:28:13 UTC
  • mfrom: (12.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20111001152813-yygm1c4cxonfxhzy
* New upstream version.
  + Allow CA importing of 0 certificates to succeed. Closes: #640639
* Add libp11-kit-dev to libgnutls-dev dependencies. (see #643811)
* [20_guiledocstring.diff] guile: Fix docstring extraction with CPP 4.5+.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
struct _gaainfo
10
10
{
11
 
#line 115 "serv.gaa"
 
11
#line 91 "serv.gaa"
12
12
        char *priorities;
13
 
#line 112 "serv.gaa"
14
 
        char **ctype;
15
 
#line 111 "serv.gaa"
16
 
        int nctype;
17
 
#line 108 "serv.gaa"
18
 
        char **kx;
19
 
#line 107 "serv.gaa"
20
 
        int nkx;
21
 
#line 104 "serv.gaa"
22
 
        char **macs;
23
 
#line 103 "serv.gaa"
24
 
        int nmacs;
25
 
#line 100 "serv.gaa"
26
 
        char **comp;
27
 
#line 99 "serv.gaa"
28
 
        int ncomp;
29
 
#line 96 "serv.gaa"
30
 
        char **proto;
31
 
#line 95 "serv.gaa"
32
 
        int nproto;
33
 
#line 92 "serv.gaa"
34
 
        char **ciphers;
35
 
#line 91 "serv.gaa"
36
 
        int nciphers;
37
13
#line 88 "serv.gaa"
38
14
        char *opaque_prf_input;
39
15
#line 85 "serv.gaa"