From: Ulf Möller Date: Thu, 1 Apr 1999 20:05:04 +0000 (+0000) Subject: Include bn.h instead of defining BIGNUM as char. X-Git-Tag: OpenSSL_0_9_3beta1~379 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2fb50a2905192ecb35f05e879dcc9465ac61f3f8;p=oweals%2Fopenssl.git Include bn.h instead of defining BIGNUM as char. --- diff --git a/crypto/dh/dh.h b/crypto/dh/dh.h index 8d60ae5c52..5431725b8d 100644 --- a/crypto/dh/dh.h +++ b/crypto/dh/dh.h @@ -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