Skip to content

Commit

Permalink
fix boring binding (backport of pyca#8091)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Jan 29, 2023
1 parent fa6172c commit 812476f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_cffi_src/openssl/x509v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
X509_EXTENSION *X509V3_EXT_nconf(CONF *, X509V3_CTX *, const char *,
const char *);
void *X509V3_set_ctx_nodb(X509V3_CTX *);
void X509V3_set_ctx_nodb(X509V3_CTX *);
int sk_GENERAL_NAME_num(struct stack_st_GENERAL_NAME *);
GENERAL_NAME *sk_GENERAL_NAME_value(struct stack_st_GENERAL_NAME *, int);
Expand Down

0 comments on commit 812476f

Please sign in to comment.