~ubuntu-branches/ubuntu/raring/heimdal/raring

« back to all changes in this revision

Viewing changes to lib/krb5/crypto-des.c

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2011-07-21 17:40:58 UTC
  • mfrom: (1.1.12 upstream) (2.4.10 experimental)
  • Revision ID: james.westby@ubuntu.com-20110721174058-byiuowgocek307cs
Tags: 1.5~pre2+git20110720-2
Fix dependency on pthreads when building on Linux 3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
    krb5_DES_random_key,
78
78
    krb5_DES_schedule_old,
79
79
    _krb5_des_salt,
80
 
    krb5_DES_random_to_key
 
80
    krb5_DES_random_to_key,
 
81
    NULL,
 
82
    NULL
81
83
};
82
84
 
83
85
static struct _krb5_key_type keytype_des = {