Commit 2fb50a29 authored by Ulf Möller's avatar Ulf Möller
Browse files

Include bn.h instead of defining BIGNUM as char.

parent e709e485
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -63,9 +63,7 @@
extern "C" {
#endif

#ifndef HEADER_BN_H
#define BIGNUM 		char
#endif
#include "bn.h"
	
#define DH_FLAG_CACHE_MONT_P	0x01