Skip to content

Commit

Permalink
Update x509name.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Aug 7, 2024
1 parent 81dd641 commit 4d19e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_cffi_src/openssl/x509name.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
unsigned long X509_NAME_hash(X509_NAME *);
int i2d_X509_NAME(X509_NAME *, unsigned char **);
X509_NAME *d2i_X509_NAME(X509_NAME **, unsigned char **, long);
X509_NAME *d2i_X509_NAME(X509_NAME **, const unsigned char **, long);
X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *, int);
void X509_NAME_ENTRY_free(X509_NAME_ENTRY *);
int X509_NAME_get_index_by_NID(X509_NAME *, int, int);
Expand Down

0 comments on commit 4d19e5f

Please sign in to comment.