mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
res_crypto: make keys reloadable on demand for testing
ASTERISK-30045 Change-Id: If59bbb50c1771084bfe2fef307a6077c90d35ce8
This commit is contained in:
committed by
George Joseph
parent
945193cc5a
commit
c1f5913b45
@@ -180,6 +180,8 @@ AST_OPTIONAL_API(void, ast_aes_decrypt,
|
||||
|
||||
AST_OPTIONAL_API(int, ast_crypto_loaded, (void), { return 0; });
|
||||
|
||||
AST_OPTIONAL_API(int, ast_crypto_reload, (void), { return 0; });
|
||||
|
||||
#if defined(__cplusplus) || defined(c_plusplus)
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user