mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
SHA1: Add support for Common Crypto
libSystem on darwin can handle SHA1 computation without needing to pull in OpenSSL. See CC_crypto(3) Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
This commit is contained in:
@@ -163,6 +163,9 @@
|
||||
/* Define to use libc SHA1 functions */
|
||||
#undef HAVE_SHA1_IN_LIBC
|
||||
|
||||
/* Define to use CommonCrypto SHA1 functions */
|
||||
#undef HAVE_SHA1_IN_COMMONCRYPTO
|
||||
|
||||
/* Define to use libmd SHA1 functions */
|
||||
#undef HAVE_SHA1_IN_LIBMD
|
||||
|
||||
|
||||
Reference in New Issue
Block a user