add ltm dh

This commit is contained in:
Love Hornquist Astrand
2010-07-18 13:26:39 -07:00
parent 6c0c936595
commit e7c7091ae5
4 changed files with 252 additions and 2 deletions

View File

@@ -42,6 +42,7 @@
#define DH_null_method hc_DH_null_method
#define DH_imath_method hc_DH_imath_method
#define DH_tfm_method hc_DH_tfm_method
#define DH_ltm_method hc_DH_ltm_method
#define DH_new hc_DH_new
#define DH_new_method hc_DH_new_method
#define DH_free hc_DH_free
@@ -117,6 +118,7 @@ struct DH {
const DH_METHOD *DH_null_method(void);
const DH_METHOD *DH_tfm_method(void);
const DH_METHOD *DH_ltm_method(void);
const DH_METHOD *DH_imath_method(void);
DH * DH_new(void);