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

« back to all changes in this revision

Viewing changes to lib/asn1/der_format.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:
108
108
der_print_heim_oid (const heim_oid *oid, char delim, char **str)
109
109
{
110
110
    struct rk_strpool *p = NULL;
111
 
    int i;
 
111
    size_t i;
112
112
 
113
113
    if (oid->length == 0)
114
114
        return EINVAL;