Expose DH_imath_method.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17483 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -40,6 +40,7 @@
|
|||||||
|
|
||||||
/* symbol renaming */
|
/* symbol renaming */
|
||||||
#define DH_null_method hc_DH_null_method
|
#define DH_null_method hc_DH_null_method
|
||||||
|
#define DH_imath_method hc_DH_imath_method
|
||||||
#define DH_new hc_DH_new
|
#define DH_new hc_DH_new
|
||||||
#define DH_new_method hc_DH_new_method
|
#define DH_new_method hc_DH_new_method
|
||||||
#define DH_free hc_DH_free
|
#define DH_free hc_DH_free
|
||||||
@@ -113,6 +114,7 @@ struct DH {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
const DH_METHOD *DH_null_method(void);
|
const DH_METHOD *DH_null_method(void);
|
||||||
|
const DH_METHOD *DH_imath_method(void);
|
||||||
|
|
||||||
DH * DH_new(void);
|
DH * DH_new(void);
|
||||||
DH * DH_new_method(ENGINE *);
|
DH * DH_new_method(ENGINE *);
|
||||||
|
Reference in New Issue
Block a user