Skip to content

Commit

Permalink
Make X509_ALGOR opaque
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Oct 26, 2023
1 parent 16a969e commit e3d1322
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/_cffi_src/openssl/x509.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@
typedef ... Cryptography_STACK_OF_X509_CRL;
typedef ... Cryptography_STACK_OF_X509_REVOKED;
typedef struct {
ASN1_OBJECT *algorithm;
...;
} X509_ALGOR;
typedef ... X509_ALGOR;
typedef ... X509_ATTRIBUTE;
typedef ... X509_EXTENSION;
typedef ... X509_EXTENSIONS;
Expand Down

0 comments on commit e3d1322

Please sign in to comment.