mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 15:26:37 +02:00
api: add function crypto_hmac (issue #1628)
This commit is contained in:
@@ -665,6 +665,7 @@ plugin_load (const char *filename, int init_plugin, int argc, char **argv)
|
||||
|
||||
new_plugin->crypto_hash = &plugin_api_crypto_hash;
|
||||
new_plugin->crypto_hash_pbkdf2 = &plugin_api_crypto_hash_pbkdf2;
|
||||
new_plugin->crypto_hmac = &plugin_api_crypto_hmac;
|
||||
|
||||
new_plugin->mkdir_home = &dir_mkdir_home;
|
||||
new_plugin->mkdir = &dir_mkdir;
|
||||
|
||||
Reference in New Issue
Block a user