mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Update WolfSSL library to the latest version.
This commit is contained in:
parent
8af1ad9bac
commit
5a6242fbd0
443 changed files with 70230 additions and 45414 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
echo
|
||||
swig -python cyassl.i
|
||||
swig -python wolfssl.i
|
||||
pythonIncludes=`python-config --includes`
|
||||
pythonLibs=`python-config --libs`
|
||||
gcc -c -fpic cyassl_wrap.c -I$pythonIncludes
|
||||
gcc -c -fpic cyassl_adds.c
|
||||
gcc -shared -flat_namespace cyassl_adds.o cyassl_wrap.o -lcyassl $pythonLibs -o _cyassl.so
|
||||
gcc -c -fpic wolfssl_wrap.c -I$pythonIncludes
|
||||
gcc -c -fpic wolfssl_adds.c
|
||||
gcc -shared -flat_namespace wolfssl_adds.o wolfssl_wrap.o -lwolfssl $pythonLibs -o _wolfssl.so
|
||||
python runme.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue