In article <[EMAIL PROTECTED]> you wrote:

> Index: dh.h
> ===================================================================
> RCS file: /e/openssl/cvs/openssl/crypto/dh/dh.h,v
> retrieving revision 1.1.1.3
> diff -u -r1.1.1.3 dh.h
> --- dh.h      1998/12/21 10:59:17     1.1.1.3
> +++ dh.h      1999/04/01 13:13:45
> @@ -63,10 +63,8 @@
>  extern "C" {
>  #endif
>  
> -#ifndef HEADER_BN_H
> -#define BIGNUM               char
> -#endif
> -
> +#include "bn.h"
> +     
>  #define DH_FLAG_CACHE_MONT_P 0x01
>  
>  typedef struct dh_st

Yeah, as long as we don't know why Eric added this hack it's better to make it
clean until it shows that it causes side-effects (which I don't expect). So +1

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to