[asterisk-commits] kpfleming: branch tilghman/kill_stubs r276435 - /team/tilghman/kill_stubs/res/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jul 14 13:53:35 CDT 2010
Author: kpfleming
Date: Wed Jul 14 13:53:24 2010
New Revision: 276435
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=276435
Log:
ensure that symbols can be exported from res_crypto
Added:
team/tilghman/kill_stubs/res/res_crypto.exports.in (with props)
Added: team/tilghman/kill_stubs/res/res_crypto.exports.in
URL: http://svnview.digium.com/svn/asterisk/team/tilghman/kill_stubs/res/res_crypto.exports.in?view=auto&rev=276435
==============================================================================
--- team/tilghman/kill_stubs/res/res_crypto.exports.in (added)
+++ team/tilghman/kill_stubs/res/res_crypto.exports.in Wed Jul 14 13:53:24 2010
@@ -1,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:
+ *;
+};
Propchange: team/tilghman/kill_stubs/res/res_crypto.exports.in
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: team/tilghman/kill_stubs/res/res_crypto.exports.in
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: team/tilghman/kill_stubs/res/res_crypto.exports.in
------------------------------------------------------------------------------
svn:mime-type = text/plain
More information about the asterisk-commits
mailing list