RT4315: Fix UEFI build in crypto/init.c
authorDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 17 Feb 2016 14:54:33 +0000 (14:54 +0000)
committerRich Salz <rsalz@openssl.org>
Wed, 17 Feb 2016 15:07:30 +0000 (10:07 -0500)
commitc7b7938e75587d1ff8cf28c9de966623cfbe8858
tree228ccc7e3d77458f46169e2f6db85a603c3483d8
parentdba317774555fbd5bccdfc5270fc486e0d02d9db
RT4315: Fix UEFI build in crypto/init.c

We don't have atexit() in the EDK2 environment. Firmware never exits.

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/init.c