Skip to content

Add openssl to centos7

Due to https://gitlab.com/gitlab-jh/omnibus-gitlab/-/merge_requests/3, we need openssl to calculate Hash code of string.

In centos-8, when we install openssl-devel, openssl will be included in the dependencies and installed automatically, but centos-7 does not include openssl .

Merge request reports