mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Parameter position reversed in documentation
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@172548 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -40,12 +40,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
| 			Encrypt a string with AES given a 16 character key. | ||||
| 		</synopsis> | ||||
| 		<syntax> | ||||
| 			<parameter name="string" required="true"> | ||||
| 				<para>Input string</para> | ||||
| 			</parameter> | ||||
| 			<parameter name="key" required="true"> | ||||
| 				<para>AES Key</para> | ||||
| 			</parameter> | ||||
| 			<parameter name="string" required="true"> | ||||
| 				<para>Input string</para> | ||||
| 			</parameter> | ||||
| 		</syntax> | ||||
| 		<description> | ||||
| 			<para>Returns an AES encrypted string encoded in base64.</para> | ||||
| @@ -56,13 +56,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
| 			Decrypt a string encoded in base64 with AES given a 16 character key. | ||||
| 		</synopsis> | ||||
| 		<syntax> | ||||
| 			<parameter name="string" required="true"> | ||||
| 				<para>Input string.</para> | ||||
| 			</parameter> | ||||
| 			<parameter name="key" required="true"> | ||||
| 				<para>AES Key</para> | ||||
| 			</parameter> | ||||
|  | ||||
| 			<parameter name="string" required="true"> | ||||
| 				<para>Input string.</para> | ||||
| 			</parameter> | ||||
| 		</syntax> | ||||
| 		<description> | ||||
| 			<para>Returns the plain text string.</para> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user