mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
8 lines
104 B
C
8 lines
104 B
C
|
#include <openssl/opensslv.h>
|
||
|
#include <stdio.h>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
printf("%s", LIBRESSL_VERSION_TEXT);
|
||
|
}
|