├── .gitignore ├── README.md ├── install-openssl_1.1.1.sh └── install-openssl_3.sh /.gitignore: -------------------------------------------------------------------------------- 1 | RPM 2 | *DS_Store 3 | *.rpm 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philyuchkoff/openssl-RPM-Builder/HEAD/README.md -------------------------------------------------------------------------------- /install-openssl_1.1.1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philyuchkoff/openssl-RPM-Builder/HEAD/install-openssl_1.1.1.sh -------------------------------------------------------------------------------- /install-openssl_3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philyuchkoff/openssl-RPM-Builder/HEAD/install-openssl_3.sh --------------------------------------------------------------------------------