Fix the init cleanup order
authorMatt Caswell <matt@openssl.org>
Mon, 14 Mar 2016 10:34:59 +0000 (10:34 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 14 Mar 2016 10:54:37 +0000 (10:54 +0000)
commit58a8fc25d73d8558df25d998f85d4714fbbe74ac
tree0f85eaaf4ec51eeb7de5316feb9a1d4bb76f3fb7
parentb10cdcce005780d9a5ac0398fb0cb4194c0d991b
Fix the init cleanup order

There are internal dependencies between the various cleanup functions.
This re-orders things to try and get that right.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/init.c