Skip to content

Commit

Permalink
Add init-check for openssl
Browse files Browse the repository at this point in the history
since this PR makes it required (once you hit a hash that requires it,
that is)
  • Loading branch information
AltGr committed Oct 3, 2016
1 parent f4fe98a commit 895f7fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client/opamClient.ml
Expand Up @@ -624,7 +624,8 @@ let slog = OpamConsole.slog
check_external_dep "wget";
"patch", check_external_dep "patch";
"tar", check_external_dep "tar";
"unzip", check_external_dep "unzip" ]
"unzip", check_external_dep "unzip";
"openssl", check_external_dep "openssl"]
in
(match List.filter (not @* snd) required_deps with
| [] -> ()
Expand Down

0 comments on commit 895f7fe

Please sign in to comment.