1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-01 06:27:04 +03:00
Use EVP_PKEY_set1_RSA() instead of EVP_PKEY_assign_RSA, since
the public key will be freed when releasing pkey-
This commit is contained in:
Georg Richter
2021-06-16 16:13:14 +02:00
parent 66732cc333
commit 85c3742252
4 changed files with 39 additions and 20 deletions

View File

@ -39,6 +39,7 @@ funcs= func_list.split(";")
for function in funcs:
try:
print("%s/%s.md" % (args.docs, function))
content= read_content("%s/%s.md" % (args.docs, function))
except: