~ubuntu-branches/ubuntu/maverick/openssl/maverick

« back to all changes in this revision

Viewing changes to crypto/err/err.c

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2006-05-15 16:00:58 UTC
  • mto: (11.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060515160058-pg6lnbkkpkwpdj2e
Tags: upstream-0.9.8b
ImportĀ upstreamĀ versionĀ 0.9.8b

Show diffs side-by-side

added added

removed removed

Lines of Context:
1108
1108
                {
1109
1109
                err_clear(es,es->top);
1110
1110
                es->top-=1;
1111
 
                if (es->top == -1) es->top=ERR_NUM_ERRORS;
 
1111
                if (es->top == -1) es->top=ERR_NUM_ERRORS-1;
1112
1112
                }
1113
1113
                
1114
1114
        if (es->bottom == es->top) return 0;