Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const char *
- SSLeay_version(int t)
- {
- switch (t) {
- case SSLEAY_VERSION:
- return OPENSSL_VERSION_TEXT;
- case SSLEAY_BUILT_ON:
- return("built on: date not available");
- case SSLEAY_CFLAGS:
- return("compiler: information not available");
- case SSLEAY_PLATFORM:
- return("platform: information not available");
- case SSLEAY_DIR:
- return "OPENSSLDIR: \"" OPENSSLDIR "\"";
- }
- return("not available");
- }
Advertisement
Add Comment
Please, Sign In to add comment