~andersk/ubuntu/oneiric/openssl/spurious-reboot

« back to all changes in this revision

Viewing changes to crypto/ecdsa/ecdsatest.c

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2010-12-12 15:37:21 UTC
  • mto: (1.2.1 upstream) (11.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: james.westby@ubuntu.com-20101212153721-mfw51stum5hwztpd
Tags: upstream-1.0.0c
ImportĀ upstreamĀ versionĀ 1.0.0c

Show diffs side-by-side

added added

removed removed

Lines of Context:
490
490
        if (ret)
491
491
                ERR_print_errors(out);
492
492
        CRYPTO_cleanup_all_ex_data();
493
 
        ERR_remove_state(0);
 
493
        ERR_remove_thread_state(NULL);
494
494
        ERR_free_strings();
495
495
        CRYPTO_mem_leaks(out);
496
496
        if (out != NULL)