Include bn.h instead of defining BIGNUM as char.
This commit is contained in:
parent
e709e485d7
commit
2fb50a2905
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue