Skip to content

Commit

Permalink
libraries: add wolfssl
Browse files Browse the repository at this point in the history
  • Loading branch information
wfrisch committed May 8, 2024
1 parent be2d2a2 commit c9720a7
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -235,3 +235,6 @@
[submodule "libraries/libjxl"]
path = libraries/libjxl
url = https://github.com/libjxl/libjxl
[submodule "libraries/wolfssl"]
path = libraries/wolfssl
url = https://github.com/wolfSSL/wolfssl/
21 changes: 21 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,27 @@ def sparse_paths(self):
Library('uvwasi', [
"src/*",
]),
Library('wolfssl', [
"src/ssl.c",
"src/internal.c",
"tests/api.c",
"wolfcrypt/src/asn.c",
"wolfcrypt/test/test.c",
"wolfssl/internal.h",
"wolfssl/ssl.h",
"wolfcrypt/src/ecc.c",
"src/tls.c",
"examples/client/client.c",
"wolfssl/wolfcrypt/settings.h",
"wolfssl/wolfcrypt/asn.h",
"wolfssl/test.h",
"examples/server/server.c",
"wolfssl/wolfcrypt/types.h",
"src/tls13.c",
"wolfcrypt/src/aes.c",
"wolfssl/openssl/ssl.h",
"wolfcrypt/src/pkcs7.c",
]),
Library('xxHash', [
"xxhash.h",
"xxh3.h",
Expand Down
1 change: 1 addition & 0 deletions libraries/wolfssl
Submodule wolfssl added at 4e6a34

0 comments on commit c9720a7

Please sign in to comment.