Skip to content

Commit

Permalink
cleanup tls.h
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jun 3, 2024
1 parent a53cde0 commit 7e6d526
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tls/openssl/tls.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ void tls_flush_error(void);
SSL_CTX *tls_ssl_ctx(const struct tls *tls);
X509 *tls_cert_x509(struct tls_cert *hc);
SSL_CTX *tls_cert_ctx(struct tls_cert *hc);
EVP_PKEY *tls_cert_pkey(struct tls_cert *hc);

struct stack_st_X509 *tls_cert_chain(struct tls_cert *hc);
const char *tls_cert_host(struct tls_cert *hc);
const struct list *tls_certs(const struct tls *tls);

Expand Down

0 comments on commit 7e6d526

Please sign in to comment.