~helen-fornazier/shim/trunk

« back to all changes in this revision

Viewing changes to Cryptlib/OpenSSL/crypto/stack/stack.c

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2016-09-22 00:29:42 UTC
  • mto: This revision was merged to the branch mainline in revision 107.
  • Revision ID: mathieu.trudel-lapierre@canonical.com-20160922002942-volexao40gxxs0qs
Tags: upstream-0.9+1474479173.6c180c6
ImportĀ upstreamĀ versionĀ 0.9+1474479173.6c180c6

Show diffs side-by-side

added added

removed removed

Lines of Context:
360
360
 
361
361
void sk_sort(_STACK *st)
362
362
{
363
 
    if (st && !st->sorted) {
 
363
    if (st && !st->sorted && st->comp != NULL) {
364
364
        int (*comp_func) (const void *, const void *);
365
365
 
366
366
        /*