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

« back to all changes in this revision

Viewing changes to lib/hx509/ks_mem.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:
171
171
            hx509_set_error_string(context, 0, ENOMEM, "out of memory");
172
172
            return ENOMEM;
173
173
        }
174
 
    }   
 
174
    }
175
175
    (*keys)[i] = NULL;
176
176
    return 0;
177
177
}