summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Tapsell <johnflux@gmail.com>2008-09-23 18:56:32 +0300
committerDaniel Stone <daniel@fooishbar.org>2008-09-23 18:56:32 +0300
commitd3bd31fddff7894f89ba80a3cdddff49aff08db8 (patch)
treed9bc480c4052ba6faf436a3d799e880b63eb4dca /include
parent991ed2949ba682684952fe323f8f0f51ebdca98e (diff)
Render: Use built-in SHA1 library
Getting an external library for SHA1 is a mess, so just use our own, regrettably. Public domain implementation.
Diffstat (limited to 'include')
-rw-r--r--include/dix-config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index 06138c5db..3affc8a60 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -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