MacOS: Add an include of <CommonCrypto/CommonCryptoError.h>
authorDavid Bohman <debohman@gmail.com>
Fri, 6 Aug 2021 22:23:00 +0000 (15:23 -0700)
committerTomas Mraz <tomas@openssl.org>
Wed, 11 Aug 2021 07:29:39 +0000 (09:29 +0200)
commitad2fc0bed4a111a5ff6803ee2ed0fee98db9d2f2
treec10e7debcb363e58a508d0c3a0cfe2b040f82cd8
parent474294cb664c5ac5184b7fc1a3ef37214f1f2250
MacOS: Add an include of <CommonCrypto/CommonCryptoError.h>

The include is added before <CommonCrypto/CommonRandom.h>,
as required by older releases of the macOS developer tools.

Fixes #16248

CLA: trivial

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16258)
providers/implementations/rands/seeding/rand_unix.c