~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/ccapi/test/test_cc_seq_fetch_creds_begin.c

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2009-05-07 16:16:34 UTC
  • mfrom: (13.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090507161634-xqyk0s9na0le4flj
Tags: 1.7dfsg~beta1-4
When  decrypting the TGS response fails with the subkey, try with the
session key to work around Heimdal bug, Closes: #527353 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <stdio.h>
 
2
#include <limits.h>
 
3
 
 
4
#include "test_ccapi_check.h"
 
5
#include "test_ccapi_constants.h"
 
6
#include "test_ccapi_v2.h"
 
7
 
 
8
int main (int argc, const char * argv[]) {
 
9
    
 
10
    cc_int32 err = ccNoError;
 
11
    T_CCAPI_INIT;
 
12
    err = check_cc_seq_fetch_creds_begin();
 
13
    return err;
 
14
}