build: added tls_chipers.h to the API_HEADERS

Adding `tls_chipers.h` to API_HEADERS as it's included in `tls_config.h` and so required to properly build  a binary which statically includes the lib61850 and uses APIs like

```c
#include <libiec61850/iec61850_server.h>
```
pull/531/head
Federico Francescon 10 months ago committed by GitHub
parent 519b0208cc
commit 72b59ecc19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -101,6 +101,7 @@ set(API_HEADERS
hal/inc/hal_ethernet.h
hal/inc/hal_socket.h
hal/inc/tls_config.h
hal/inc/tls_ciphers.h
src/common/inc/libiec61850_common_api.h
src/common/inc/linked_list.h
src/common/inc/sntp_client.h

Loading…
Cancel
Save