Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
31c6f9cc
Commit
31c6f9cc
authored
Sep 28, 2012
by
Evan Hunt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
silence warning
parent
5726fb7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lib/dns/openssl_link.c
lib/dns/openssl_link.c
+2
-0
No files found.
lib/dns/openssl_link.c
View file @
31c6f9cc
...
...
@@ -290,7 +290,9 @@ static isc_result_t
toresult
(
isc_result_t
fallback
)
{
isc_result_t
result
=
fallback
;
unsigned
long
err
=
ERR_get_error
();
#ifdef ERR_R_ECDSA_LIB
int
lib
=
ERR_GET_LIB
(
err
);
#endif
int
reason
=
ERR_GET_REASON
(
err
);
switch
(
reason
)
{
...
...
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