hello after compiling on my Raspberry pi3 there is this error:
Compiling ospi firmware…
external/OpenThings-Framework-Firmware-Library/etherport.cpp: In member function ‘virtual int EthernetClientSsl::read(uint8_t*, size_t)’:
external/OpenThings-Framework-Firmware-Library/etherport.cpp:439:47: error: ‘SSL_read_ex’ was not declared in this scope
int n = SSL_read_ex(ssl, buf, size, &readsize);