projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e709e48
)
Include bn.h instead of defining BIGNUM as char.
author
Ulf Möller
<ulf@openssl.org>
Thu, 1 Apr 1999 20:05:04 +0000
(20:05 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Thu, 1 Apr 1999 20:05:04 +0000
(20:05 +0000)
crypto/dh/dh.h
patch
|
blob
|
history
diff --git
a/crypto/dh/dh.h
b/crypto/dh/dh.h
index 8d60ae5c52f201c67648f9f2e067e7380a46b802..5431725b8da1ba98fea4f4702357d4eb1c09f9ab 100644
(file)
--- 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