Index: dh.h
===================================================================
RCS file: /e/openssl/cvs/openssl/crypto/dh/dh.h,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 dh.h
--- dh.h        1998/12/21 10:59:17     1.1.1.3
+++ dh.h        1999/04/01 13:13:45
@@ -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
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to