Skip to content

Commit

Permalink
Remove NETSCAPE_SPKI cffi defintions
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jul 13, 2024
1 parent 0f8c05a commit 5a106fe
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/_cffi_src/openssl/x509.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
typedef ... X509_CRL;
typedef ... X509;
typedef ... NETSCAPE_SPKI;
typedef ... PKCS8_PRIV_KEY_INFO;
typedef void (*sk_X509_EXTENSION_freefunc)(X509_EXTENSION *);
Expand Down Expand Up @@ -108,14 +106,6 @@
int i2d_X509_CRL_bio(BIO *, X509_CRL *);
void X509_CRL_free(X509_CRL *);
int NETSCAPE_SPKI_verify(NETSCAPE_SPKI *, EVP_PKEY *);
int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *, EVP_PKEY *, const EVP_MD *);
char *NETSCAPE_SPKI_b64_encode(NETSCAPE_SPKI *);
EVP_PKEY *NETSCAPE_SPKI_get_pubkey(NETSCAPE_SPKI *);
int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *, EVP_PKEY *);
NETSCAPE_SPKI *NETSCAPE_SPKI_new(void);
void NETSCAPE_SPKI_free(NETSCAPE_SPKI *);
/* ASN1 serialization */
int i2d_X509_bio(BIO *, X509 *);
X509 *d2i_X509_bio(BIO *, X509 **);
Expand Down

0 comments on commit 5a106fe

Please sign in to comment.