├── LICENSE.txt ├── Package.swift ├── README.md └── Sources └── OpenSSL ├── module.modulemap └── shim.h /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitura/OpenSSL/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitura/OpenSSL/HEAD/Package.swift -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitura/OpenSSL/HEAD/README.md -------------------------------------------------------------------------------- /Sources/OpenSSL/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitura/OpenSSL/HEAD/Sources/OpenSSL/module.modulemap -------------------------------------------------------------------------------- /Sources/OpenSSL/shim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kitura/OpenSSL/HEAD/Sources/OpenSSL/shim.h --------------------------------------------------------------------------------