~ubuntu-branches/ubuntu/trusty/krb5/trusty-proposed

« back to all changes in this revision

Viewing changes to src/lib/gssapi/krb5/k5unsealiov.c

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-11-10 02:20:12 UTC
  • mfrom: (53.1.3 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131110022012-b8ojkqhcxos55kln
Add alternate dependency on libverto-libevent1 as that's the package
ABI name in ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
        return GSS_S_BAD_SIG;
138
138
    }
139
139
 
140
 
    assert(ctx->big_endian == 0);
141
 
 
142
140
    /* decode the message, if SEAL */
143
141
    if (toktype == KG_TOK_WRAP_MSG) {
144
142
        if (sealalg != 0xFFFF) {