moved conn_destroy to conn.c

This commit is contained in:
2022-08-14 14:15:18 +02:00
parent 85f79eac6a
commit 5f16ed5455
3 changed files with 22 additions and 45 deletions

View File

@ -179,7 +179,6 @@ MISCSRC=\
capwap_strings_state.c\
capwap_strings_vendor.c\
conn_create_noq.c\
conn_destroy.c\
connlist.c\
conn_prepare_image_data_request.c\
cw_decode_msg.c \
@ -211,6 +210,7 @@ MISCSRC=\
# conn_send_request.c\
# cw_put_msg.c\
# conn_process_packet.c\
# conn_destroy.c\
DTLSSRC+=\
dtls_bio.c\