[asterisk-dev] [svn-commits] lathama: branch 1.6.2 r301842 - /branches/1.6.2/funcs/
Andrew Latham
lathama at gmail.com
Fri Jan 14 13:56:51 CST 2011
On Fri, Jan 14, 2011 at 4:51 PM, Paul Belanger <pabelanger at digium.com> wrote:
> On 11-01-14 02:30 PM, SVN commits to the Digium repositories wrote:
>> Modified: branches/1.6.2/funcs/func_aes.c
>> URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/funcs/func_aes.c?view=diff&rev=301842&r1=301841&r2=301842
>> ==============================================================================
>> --- branches/1.6.2/funcs/func_aes.c (original)
>> +++ branches/1.6.2/funcs/func_aes.c Fri Jan 14 13:30:10 2011
>> @@ -50,6 +50,11 @@
>> <description>
>> <para>Returns an AES encrypted string encoded in base64.</para>
>> </description>
>> + <see-also>
>> + <ref type="application">AES_DECRYPT</ref>
>> + <ref type="application">BASE64_ENCODE</ref>
>> + <ref type="application">BASE64_DECODE</ref>
>> + </see-also>
>> </function>
>> <function name="AES_DECRYPT" language="en_US">
>> <synopsis>
>> @@ -66,6 +71,11 @@
>> <description>
>> <para>Returns the plain text string.</para>
>> </description>
>> + <see-also>
>> + <ref type="application">AES_ENCRYPT</ref>
>> + <ref type="application">BASE64_ENCODE</ref>
>> + <ref type="application">BASE64_DECODE</ref>
>> + </see-also>
>> </function>
>> ***/
>>
> These should be type="function":
>
> <ref type="function">AES_DECRYPT</ref>
> <ref type="function">BASE64_ENCODE</ref>
> <ref type="function">BASE64_DECODE</ref>
>
> --
> Paul Belanger
> Digium, Inc. | Software Developer
> twitter: pabelanger | IRC: pabelanger (Freenode)
> Check us out at: http://digium.com & http://asterisk.org
rrrrrr will fix right now... This was my "learn the merge cycle commit"
~~~ Andrew "lathama" Latham lathama at gmail.com ~~~
More information about the asterisk-dev
mailing list