Include bn.h instead of defining BIGNUM as char.
authorUlf Möller <ulf@openssl.org>
Thu, 1 Apr 1999 20:05:04 +0000 (20:05 +0000)
committerUlf Möller <ulf@openssl.org>
Thu, 1 Apr 1999 20:05:04 +0000 (20:05 +0000)
crypto/dh/dh.h

index 8d60ae5c52f201c67648f9f2e067e7380a46b802..5431725b8da1ba98fea4f4702357d4eb1c09f9ab 100644 (file)
 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