diff options
author | Keith Packard <keithp@keithp.com> | 2008-09-23 09:22:07 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-09-23 09:22:07 -0700 |
commit | a39377cbcbd3091095efbeab25bec18ae520147e (patch) | |
tree | 2c2e8fa9adaa87e014db79c86b89784082a9fbf7 /include/dix-config.h.in | |
parent | 10a9bac0257b381367cedff395b40425d584bf59 (diff) |
Revert "Render: Use built-in SHA1 library"
This reverts commit d3bd31fddff7894f89ba80a3cdddff49aff08db8.
X.org should not be providing a custom SHA1 implementation.
Diffstat (limited to 'include/dix-config.h.in')
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 3affc8a60..06138c5db 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -145,6 +145,9 @@ /* 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 |