Skip to content

Commit

Permalink
libwebsocket: fix reversed patch names
Browse files Browse the repository at this point in the history
and use old functiondef for fix, mbedtls_private didn't work

Signed-off-by: Seo Suchan <tjtncks@gmail.com>
  • Loading branch information
orangepizza committed May 7, 2024
1 parent 3fdc664 commit dbb108b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
11 changes: 11 additions & 0 deletions libs/libwebsockets/patches/110-mbedtls36_compilefix.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/lib/tls/mbedtls/private-lib-tls-mbedtls.h
+++ b/lib/tls/mbedtls/private-lib-tls-mbedtls.h
@@ -57,3 +57,8 @@ lws_tls_mbedtls_cert_info(mbedtls_x509_c
int
lws_x509_get_crt_ext(mbedtls_x509_crt *crt, mbedtls_x509_buf *skid,
lws_mbedtls_x509_authority *akid);
+
+/* redefine hidden mbedtls internal functions*/
+int
+mbedtls_x509_get_name(unsigned char **p, const unsigned char *end,
+ mbedtls_x509_name *cur);
15 changes: 0 additions & 15 deletions libs/libwebsockets/patches/110-not_depend_on_verc.diff

This file was deleted.

0 comments on commit dbb108b

Please sign in to comment.