/* * Feel free to copy all of the code as needed. */ #include #include #include int main() { puts(OPENSSL_VERSION_TEXT); return 0; } /* vim: set noexpandtab: */