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