1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-07-29 08:01:25 +03:00

3 Commits

Author SHA1 Message Date
cd81266f44 Fixed build of manpages
To build manpages run cmake with option -DWITH_DOCS=ON.
Creation of man pages requires Python3 and Docygen.

The bundled manpaes were removed from repository.
2024-09-12 14:21:10 +02:00
85c3742252 Follow up of dec061fa95
Use EVP_PKEY_set1_RSA() instead of EVP_PKEY_assign_RSA, since
the public key will be freed when releasing pkey-
2021-06-16 16:13:14 +02:00
7e39b85ab1 CONC-554: man pages for Connector/C
man pages for Connector/C can be found in the man subdirectory
of Connector/C source tree.

The man pages are created from the Connector/C wiki using pandoc
utility and the create_man python script.
2021-06-08 17:37:58 +02:00