From 402c61117acdc5ca52dcfb94e2b72ecade00f3df Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Fri, 30 Jan 2009 18:36:56 +0000 Subject: Parameter position reversed in documentation git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@172548 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_aes.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'funcs') diff --git a/funcs/func_aes.c b/funcs/func_aes.c index 40dafab1c..87319fa77 100644 --- a/funcs/func_aes.c +++ b/funcs/func_aes.c @@ -40,12 +40,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Encrypt a string with AES given a 16 character key. - - Input string - AES Key + + Input string + Returns an AES encrypted string encoded in base64. @@ -56,13 +56,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Decrypt a string encoded in base64 with AES given a 16 character key. - - Input string. - AES Key - + + Input string. + Returns the plain text string. -- cgit v1.2.3