GRKOpenSSLFramework/Integration-Examples/SPM/Sources/OpenSSL-test/main.swift
2020-11-12 01:17:15 +01:00

8 lines
113 B
Swift

import OpenSSL
SSL_library_init()
SSL_load_error_strings()
OpenSSL_add_all_algorithms()
print("Hello, world!")