Go to file
Matthieu Herrb 48b8c076a7 add libc as a choice for SHA1 implementation
On Sun, Nov 01, 2009 at 02:54:13PM -0800, Keith Packard wrote:
> Excerpts from Matthieu Herrb's message of Sun Nov 01 09:34:35 -0800 2009:
>
> > +AC_CHECK_FUNCS([SHA1Init], [HAVE_LIBC_SHA1=yes])
>
> I'd suggest AC_CHECK_FUNC instead; as far as I can tell, AC_CHECK_FUNCS
> will also define HAVE_SHA1INIT. Also, can you  use HAVE_LIBC_SHA1
> consistently rather than having two separate names (HAVE_LIBC_SHA1 and
> HAVE_SHA1_IN_LIBC)? Yes, I know one is a preprocessor symbol and the
> other is a cpp shell variable, but I think that will work anyway.
>
New version taking you comments into account.

From: Matthieu Herrb <matthieu.herrb@laas.fr>
Date: Sun, 1 Nov 2009 18:19:27 +0100
Subject: [PATCH] Add a probe for SHA1 functions in libc in *BSD.

The interface is the same as the one in libmd.

Signed-off-by: Keith Packard <keithp@keithp.com>
2009-11-02 07:37:30 -08:00
composite composite: Revert changes from adding support for BGRA picture formats. 2009-10-09 16:04:52 -07:00
config config: don't shutdown the libhal ctx if it failed to initialize (#23213) 2009-08-14 11:01:20 +10:00
damageext input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
dbe dbe: Fix indentation 2009-07-17 14:57:50 -04:00
dix dix: Fix up colormap fixup. 2009-10-23 09:46:30 +09:00
doc Xephyr & Xserver man page fixes 2009-07-07 17:36:24 -07:00
exa EXA: Fix exaTryDriverSolidFill() for solid source pictures. 2009-10-09 18:04:30 -07:00
fb Add xoff and yoff to drawable->x and drawable->y in create_bits_picture(). 2009-09-14 16:09:37 +10:00
glx Supply all code using dl*() with DLOPEN_LIBS 2009-10-29 14:15:02 -07:00
hw Make sys.c use unaligned access functions provided in compiler. 2009-11-01 12:33:14 -08:00
include add libc as a choice for SHA1 implementation 2009-11-02 07:37:30 -08:00
m4 dolt: add Cygwin to supported platforms 2009-10-13 20:30:22 -07:00
mi Fix segfault when -extension XKEYBOARD is passed on the command line 2009-10-18 22:55:37 +09:00
miext Rootless: src drawable window can now be NULL 2009-10-13 13:59:58 -07:00
os add libc as a choice for SHA1 implementation 2009-11-02 07:37:30 -08:00
randr input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
record input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
render Move SHA1 computation from render/glyph.c to os/ 2009-10-15 01:17:44 +02:00
test Add platform tests for Dtrace linker magic 2009-10-06 19:40:19 -07:00
Xext Alloc/free drawables array for each ProcPanoramiXShmGetImage call. 2009-10-28 18:22:54 -07:00
xfixes input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
Xi xace: Fake return values on denials in input polling requests. 2009-10-14 19:19:19 -04:00
xkb xkb: don't conditionally include xkb-config.h. 2009-10-20 13:32:14 +10:00
.gitignore kdrive: Purge Xsdl 2009-10-20 13:32:47 +10:00
autogen.sh autogen.sh: Pass --force to autoreconf 2008-07-22 16:55:26 +03:00
configure.ac add libc as a choice for SHA1 implementation 2009-11-02 07:37:30 -08:00
COPYING kdrive: Purge Xsdl 2009-10-20 13:32:47 +10:00
cpprules.in Use $(AM_V_GEN) to silence more commands when AM_SILENT_RULES is active 2009-10-06 19:40:20 -07:00
Makefile.am Fix 'distcheck' to use host xkb files but install to build dir 2009-10-21 16:46:55 +09:00
xorg-server.m4 Add xorg-server.m4 for driver dependency checking. 2005-11-01 15:01:51 +00:00
xorg-server.pc.in Since font modules are dead, don't mention them in xorg-server.pc 2009-07-09 17:21:07 -04:00