Skip to content

Commit

Permalink
Remove unused bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Jul 20, 2024
1 parent da28d05 commit 03080b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/_cffi_src/openssl/x509.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
EVP_PKEY *X509_get_pubkey(X509 *);
int X509_set_pubkey(X509 *, EVP_PKEY *);
unsigned char *X509_alias_get0(X509 *, int *);
int X509_alias_set1(X509 *, const unsigned char *, int);
int X509_sign(X509 *, EVP_PKEY *, const EVP_MD *);
int X509_digest(const X509 *, const EVP_MD *, unsigned char *, unsigned int *);
Expand Down

0 comments on commit 03080b9

Please sign in to comment.