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. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-686-smp Locale: LANG=en_US.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8) Versions of packages libssl-dev depends on: ii libssl0.9.8 0.9.8-1 SSL shared libraries libssl-dev recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

