Skip to content

Commit

Permalink
Remove unused cffi bindings from x509name.py (#11265)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Jul 13, 2024
1 parent 83511f4 commit 0df31f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/_cffi_src/openssl/x509name.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
* See the comment above Cryptography_STACK_OF_X509 in x509.py
*/
typedef STACK_OF(X509_NAME) Cryptography_STACK_OF_X509_NAME;
typedef STACK_OF(X509_NAME_ENTRY) Cryptography_STACK_OF_X509_NAME_ENTRY;
"""

TYPES = """
typedef ... Cryptography_STACK_OF_X509_NAME_ENTRY;
typedef ... X509_NAME;
typedef ... X509_NAME_ENTRY;
typedef ... Cryptography_STACK_OF_X509_NAME;
Expand Down

0 comments on commit 0df31f1

Please sign in to comment.