mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Trim down redbean a little bit
This makes redbean.c a little less long. It also reduces the size of redbean-original.com from being 333K to 213K.
This commit is contained in:
parent
87029ac3f9
commit
5022f9e920
21 changed files with 999 additions and 669 deletions
|
@ -29,7 +29,6 @@ void TlsDie(const char *, int) wontreturn;
|
|||
bool ChainCertificate(mbedtls_x509_crt *, mbedtls_x509_crt *);
|
||||
bool CertHasIp(const mbedtls_x509_crt *, uint32_t);
|
||||
bool CertHasHost(const mbedtls_x509_crt *, const void *, size_t);
|
||||
bool CertHasCommonName(const mbedtls_x509_crt *, const void *, size_t);
|
||||
bool IsServerCert(const struct Cert *, mbedtls_pk_type_t);
|
||||
void TlsDebug(void *, int, const char *, int, const char *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue