Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rust Openssl
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Public Repositories
Rust Openssl
Commits
9d3b02e5
Commit
9d3b02e5
authored
Feb 15, 2018
by
Steven Fackler
Browse files
Options
Downloads
Patches
Plain Diff
Set ossl110 when version is 1.1.1
parent
e8fd63ba
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
systest/build.rs
+3
-0
3 additions, 0 deletions
systest/build.rs
with
3 additions
and
0 deletions
systest/build.rs
+
3
−
0
View file @
9d3b02e5
...
...
@@ -28,6 +28,9 @@ fn main() {
is_libressl
=
true
;
}
else
if
let
Ok
(
version
)
=
env
::
var
(
"DEP_OPENSSL_VERSION"
)
{
cfg
.cfg
(
&
format!
(
"ossl{}"
,
version
),
None
);
if
version
==
"111"
{
cfg
.cfg
(
"ossl110"
,
None
);
}
}
if
let
(
Ok
(
version
),
Ok
(
patch
))
=
(
env
::
var
(
"DEP_OPENSSL_VERSION"
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment