charon-tkm: Deinitialize IKE tkm-rpc client

This is necessary if tkm-rpc supports multiple parallel client requests.
This commit is contained in:
Tobias Brunner 2020-11-09 15:54:00 +01:00
parent e637cf8b4a
commit b322539ef5
2 changed files with 3 additions and 1 deletions

View File

@ -119,6 +119,8 @@ void tkm_deinit()
ees_server_finalize();
ike_finalize();
tkmlib_final();
free(this);
tkm = NULL;

View File

@ -2,7 +2,7 @@
PKG = tkm-rpc
SRC = https://git.codelabs.ch/git/$(PKG).git
REV = 1f4e1c9c6ec473cdb391b5416f38d48b09cb6004
REV = 1235905c5c6fad5df1eecb6ba0447d5722753203
PREFIX = /usr/local/ada