botan: Replace deprecated FFI function calls

Several "wrapper" functions have been marked deprecated with 2.11.0.
This commit is contained in:
Tobias Brunner
2019-07-02 11:35:21 +02:00
parent ab1aa03bf5
commit 6051d9b5e4
7 changed files with 14 additions and 10 deletions
+1 -2
View File
@@ -626,8 +626,7 @@ static char *whitelist[] = {
"TNC_IMV_NotifyConnectionChange",
/* Botan */
"botan_public_key_load",
"botan_privkey_create_ecdsa",
"botan_privkey_create_ecdh",
"botan_privkey_create",
"botan_privkey_load_ecdh",
"botan_privkey_load",
};