mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +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);
|
|
}
|