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:
Tilghman Lesher
2010-07-14 20:48:59 +00:00
parent 8e7d01d484
commit 832d1296c6
14 changed files with 525 additions and 497 deletions

13
res/res_crypto.exports.in Normal file
View 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:
*;
};