Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
freediameter
Commits
365c2a30
Commit
365c2a30
authored
Aug 22, 2012
by
Sebastien Decugis
Browse files
Removed unused code
parent
01c2c950
Changes
1
Hide whitespace changes
Inline
Side-by-side
extensions/app_diameap/diameap_tls.c
View file @
365c2a30
...
...
@@ -455,9 +455,6 @@ int diameap_tls_process_receive(struct tls_data * data)
int
ret
;
data
->
p_length
=
data
->
tlsResp
.
datalength
;
#ifdef GNUTLS_VERSION_310
gnutls_handshake_set_timeout
(
data
->
session
,
GNUTLS_DEFAULT_HANDSHAKE_TIMEOUT
);
#endif
/* GNUTLS_VERSION_310 */
ret
=
gnutls_handshake
(
data
->
session
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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