Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
92b69f74
Commit
92b69f74
authored
Nov 24, 2016
by
Simon Morlat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing files to CMakeList.txt
parent
c0b32a73
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
tester/CMakeLists.txt
tester/CMakeLists.txt
+3
-0
tester/flexisip_tester.c
tester/flexisip_tester.c
+1
-1
No files found.
tester/CMakeLists.txt
View file @
92b69f74
...
...
@@ -69,6 +69,9 @@ set(CERTIFICATE_CN_FILES
set
(
CERTIFICATE_CLIENT_FILES
certificates/client/cert.pem
certificates/client/key.pem
certificates/client/cert2.pem
certificates/client/key2.pem
certificates/client/cert2-signed-by-other-ca.pem
)
set
(
CERTIFICATE_FILES
${
CERTIFICATE_ALT_FILES
}
${
CERTIFICATE_CN_FILES
}
${
CERTIFICATE_CLIENT_FILES
}
)
...
...
tester/flexisip_tester.c
View file @
92b69f74
...
...
@@ -1226,7 +1226,7 @@ static void tls_authentication_requested_good(LinphoneCore *lc, LinphoneAuthInfo
linphone_auth_info_set_tls_key_path
(
auth_info
,
key
);
linphone_core_add_auth_info
(
lc
,
auth_info
);
bc_free
(
cert
);
ms
_free
(
key
);
bc
_free
(
key
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment