8 lines
113 B
Swift
8 lines
113 B
Swift
import OpenSSL
|
|
|
|
SSL_library_init()
|
|
SSL_load_error_strings()
|
|
OpenSSL_add_all_algorithms()
|
|
|
|
print("Hello, world!")
|