You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-01 06:27:04 +03:00
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-
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user