Skip to content

Commit 72b59ec

Browse files
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> ```
1 parent 519b020 commit 72b59ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ set(API_HEADERS
101101
hal/inc/hal_ethernet.h
102102
hal/inc/hal_socket.h
103103
hal/inc/tls_config.h
104+
hal/inc/tls_ciphers.h
104105
src/common/inc/libiec61850_common_api.h
105106
src/common/inc/linked_list.h
106107
src/common/inc/sntp_client.h

0 commit comments

Comments
 (0)