1 2 3 4 5 6 7
#include <openssl/opensslv.h> #include <stdio.h> int main() { printf("%s", LIBRESSL_VERSION_TEXT); }