summaryrefslogtreecommitdiff
path: root/res/res_crypto.exports.in
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-07-14 20:48:59 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-07-14 20:48:59 +0000
commit832d1296c61477eb5c5848b64cf48b36e636bfb0 (patch)
tree2b34378f0a47d89598b41b610afdfbe6643fad16 /res/res_crypto.exports.in
parent8e7d01d48418786d3f0abc232a2d12de7362e50e (diff)
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
Diffstat (limited to 'res/res_crypto.exports.in')
-rw-r--r--res/res_crypto.exports.in13
1 files changed, 13 insertions, 0 deletions
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:
+ *;
+};