mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
Remove the old stub files, preferring the optional_api method.
(closes issue #17475) Reported by: tilghman Review: https://reviewboard.asterisk.org/r/695/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@276490 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
13
res/res_crypto.exports.in
Normal file
13
res/res_crypto.exports.in
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
global:
|
||||
LINKER_SYMBOL_PREFIX*ast_check_signature;
|
||||
LINKER_SYMBOL_PREFIX*ast_check_signature_bin;
|
||||
LINKER_SYMBOL_PREFIX*ast_crypto_loaded;
|
||||
LINKER_SYMBOL_PREFIX*ast_decrypt_bin;
|
||||
LINKER_SYMBOL_PREFIX*ast_encrypt_bin;
|
||||
LINKER_SYMBOL_PREFIX*ast_key_get;
|
||||
LINKER_SYMBOL_PREFIX*ast_sign;
|
||||
LINKER_SYMBOL_PREFIX*ast_sign_bin;
|
||||
local:
|
||||
*;
|
||||
};
|
Reference in New Issue
Block a user