From 832d1296c61477eb5c5848b64cf48b36e636bfb0 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Wed, 14 Jul 2010 20:48:59 +0000 Subject: 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 --- res/res_crypto.exports.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 res/res_crypto.exports.in (limited to 'res/res_crypto.exports.in') diff --git a/res/res_crypto.exports.in b/res/res_crypto.exports.in new file mode 100644 index 000000000..4f5832e77 --- /dev/null +++ b/res/res_crypto.exports.in @@ -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: + *; +}; -- cgit v1.2.3