mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Render: Use built-in SHA1 library
Getting an external library for SHA1 is a mess, so just use our own, regrettably. Public domain implementation.
This commit is contained in:
committed by
Daniel Stone
parent
991ed2949b
commit
d3bd31fddf
@@ -145,9 +145,6 @@
|
||||
/* Define to 1 if you have the <rpcsvc/dbm.h> header file. */
|
||||
#undef HAVE_RPCSVC_DBM_H
|
||||
|
||||
/* Define to use libmd SHA1 functions instead of OpenSSL libcrypto */
|
||||
#undef HAVE_SHA1_IN_LIBMD
|
||||
|
||||
/* Define to 1 if you have the `shmctl64' function. */
|
||||
#undef HAVE_SHMCTL64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user