You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03: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);
|
|
}
|