Commit 2a0fd31c authored by arjen@george.bitbike.com's avatar arjen@george.bitbike.com
Browse files

Removed dup word (tnx Ramil!)

parent b8762167
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33003,7 +33003,7 @@ As AES is a block level algorithm, padding is used to encode uneven length
strings and so the result string length may be calculated as
16*(trunc(string_length/16)+1).
If @code{AES_DECRYPT()} detects invalid data or incorrect padding, it will
If @code{AES_DECRYPT()} detects invalid data or incorrect padding, it
will return @code{NULL}. However, it is possible for @code{AES_DECRYPT()}
to return a non-@code{NULL} value (possibly garbage) if the input data or
the key was invalid.