Diff for /libaitio/src/crypt.c between versions 1.3.8.2 and 1.3.8.3

version 1.3.8.2, 2011/10/07 10:32:36 version 1.3.8.3, 2011/10/07 10:41:11
Line 176  io_Blowfish(u_char *pInput, int inLen, u_char **ppOutp Line 176  io_Blowfish(u_char *pInput, int inLen, u_char **ppOutp
  * @inLen = Input buffer data length   * @inLen = Input buffer data length
  * @ppOutput = Output buffer with cipher data, must be free after use   * @ppOutput = Output buffer with cipher data, must be free after use
  * @pKey = Key   * @pKey = Key
 * @IV = IVector/Nonce/Counter * @IV = IVector/Nonce/Counter, Warning: IV must be variable, because we write there!!!
  * return: -1 error or >-1 how many cipher blocks proceeded   * return: -1 error or >-1 how many cipher blocks proceeded
  */   */
 int  int

Removed from v.1.3.8.2  
changed lines
  Added in v.1.3.8.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>