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
7660b370
Commit
7660b370
authored
Apr 06, 2016
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4344. [port] Address openssl version differences. [RT #42059]
parent
651be63a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
CHANGES
CHANGES
+2
-0
lib/dns/openssl_link.c
lib/dns/openssl_link.c
+4
-0
No files found.
CHANGES
View file @
7660b370
4344. [port] Address openssl version differences. [RT #42059]
4343. [bug] dns_dnssec_syncupdate misdeclared in <dns/dnssec.h>.
[RT #42090]
...
...
lib/dns/openssl_link.c
View file @
7660b370
...
...
@@ -206,6 +206,9 @@ dst__openssl_init(const char *engine) {
rm
->
status
=
entropy_status
;
#ifdef USE_ENGINE
#if !defined(CONF_MFLAGS_DEFAULT_SECTION)
OPENSSL_config
(
NULL
);
#else
/*
* OPENSSL_config() can only be called a single time as of
* 1.0.2e so do the steps individually.
...
...
@@ -216,6 +219,7 @@ dst__openssl_init(const char *engine) {
CONF_modules_load_file
(
NULL
,
NULL
,
CONF_MFLAGS_DEFAULT_SECTION
|
CONF_MFLAGS_IGNORE_MISSING_FILE
);
#endif
if
(
engine
!=
NULL
&&
*
engine
==
'\0'
)
engine
=
NULL
;
...
...
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