In article <[EMAIL PROTECTED]> you wrote: > dh.h probably should #include "bn.h" before using BIGNUMs, as it is done > in the other header files. Obviously: yes. But in dh.h there is a hack: #ifndef HEADER_BN_H #define BIGNUM char #endif so I guess it was intentionally by Eric that dh.h doesn't include bn.h. But then the question remains: Why this hack instead of #include "bn.h"? Does anybody know more? Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
