Skip to content

Commit

Permalink
remove unused DH bindings (#4779)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored and alex committed Feb 26, 2019
1 parent 50cd800 commit 177ba1c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/_cffi_src/openssl/dh.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,8 @@
DH *DH_new(void);
void DH_free(DH *);
int DH_size(const DH *);
int DH_check_pub_key(const DH *, const BIGNUM *, int *);
int DH_generate_key(DH *);
int DH_compute_key(unsigned char *, const BIGNUM *, DH *);
int DH_set_ex_data(DH *, int, void *);
void *DH_get_ex_data(DH *, int);
DH *d2i_DHparams(DH **, const unsigned char **, long);
int i2d_DHparams(const DH *, unsigned char **);
int DHparams_print_fp(FILE *, const DH *);
int DHparams_print(BIO *, const DH *);
DH *DHparams_dup(DH *);
/* added in 1.1.0 when the DH struct was opaqued */
Expand Down

0 comments on commit 177ba1c

Please sign in to comment.