Fix missing include of string.h in apps/lib/engine.c for strcmp.
authorRandall S. Becker <rsbecker@nexbridge.com>
Fri, 9 Oct 2020 15:27:20 +0000 (09:27 -0600)
committerMatt Caswell <matt@openssl.org>
Fri, 16 Oct 2020 07:23:35 +0000 (08:23 +0100)
commit192d4b9ca6d7603ace714f7a21111d35be311170
tree412bdef15b852d9be477c30f57d83ea6b86f5e8b
parentf4bd510503071e20472032dc9d053810a1937e95
Fix missing include of string.h in apps/lib/engine.c for strcmp.

This include is required for c99 on the NonStop TNS/X platform.

CLA: trivial

Fixes #13102

Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13103)
apps/lib/engine.c