LI Daobing schrieb: > Package: libssl-dev > Version: 0.9.8-1 > Severity: important > > $ cat test-openssl.c > #include <openssl/md5.h> > $ gcc -c test-openssl.c > In file included from test-openssl.c:1: > /usr/include/openssl/md5.h:108: error: syntax error before ‘size_t’ > /usr/include/openssl/md5.h:110: error: syntax error before ‘size_t’ > > I think openssl/md5.h should #include <stddef.h> to include define of > size_t. >
Sorry, but you have to include stddef.h in your own program. Is is
comment bahavior, that header files do not include all the depending
haeder files.
Christoph
--
============================================================================
Christoph Martin, Leiter der EDV der Verwaltung, Uni-Mainz, Germany
Internet-Mail: [EMAIL PROTECTED]
Telefon: +49-6131-3926337
Fax: +49-6131-3922856
signature.asc
Description: OpenPGP digital signature

