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:
John Tapsell
2008-09-23 18:56:32 +03:00
committed by Daniel Stone
parent 991ed2949b
commit d3bd31fddf
6 changed files with 242 additions and 54 deletions

View File

@@ -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