Skip to content
GitLab
Menu
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
fdf1b87a
Commit
fdf1b87a
authored
Feb 18, 2010
by
Sebastien Decugis
Browse files
Add libgcrypt version in debug messages
parent
9e474e57
Changes
1
Hide whitespace changes
Inline
Side-by-side
freeDiameter/main.c
View file @
fdf1b87a
...
...
@@ -81,7 +81,7 @@ int main(int argc, char * argv[])
fprintf
(
stderr
,
"The GNUTLS library is too old; found '%s', need '"
GNUTLS_VERSION
"'
\n
"
,
gnutls_check_version
(
NULL
));
return
EINVAL
;
}
else
{
TRACE_DEBUG
(
INFO
,
"
GNUTLS library
'%s' initialized."
,
gnutls_check_version
(
NULL
));
TRACE_DEBUG
(
INFO
,
"
libgnutls '%s', libgcrypt
'%s'
,
initialized."
,
gnutls_check_version
(
NULL
)
,
gcry_check_version
(
NULL
)
);
}
/* Initialize the config */
...
...
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