add i2d_DHparams

This commit is contained in:
Love Hornquist Astrand
2010-06-16 14:55:08 -07:00
parent cda41d7252
commit 0dcfbd65c9

View File

@@ -57,6 +57,7 @@
#define DH_check_pubkey hc_DH_check_pubkey
#define DH_generate_key hc_DH_generate_key
#define DH_compute_key hc_DH_compute_key
#define i2d_DHparams hc_i2d_DHparams
/*
*
@@ -139,5 +140,7 @@ int DH_check_pubkey(const DH *, const BIGNUM *, int *);
int DH_generate_key(DH *);
int DH_compute_key(unsigned char *,const BIGNUM *,DH *);
int i2d_DHparams(DH *, const char **);
#endif /* _HEIM_DH_H */