aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-01 20:05:04 +0000
committerUlf Möller <ulf@openssl.org>1999-04-01 20:05:04 +0000
commit2fb50a2905192ecb35f05e879dcc9465ac61f3f8 (patch)
tree1f7240c28063b971e23820150abe9ca419b7befb /crypto
parente709e485d783467428727457a129b6eb41c70e48 (diff)
downloadopenssl-2fb50a2905192ecb35f05e879dcc9465ac61f3f8.tar.gz
Include bn.h instead of defining BIGNUM as char.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/dh/dh.h6
1 files changed, 2 insertions, 4 deletions
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