Removing those memcpy()s also took away the possibility for in and out to
authorRichard Levitte <levitte@openssl.org>
Wed, 29 Oct 2003 06:21:22 +0000 (06:21 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 29 Oct 2003 06:21:22 +0000 (06:21 +0000)
commit4e952ae4fc33a1c3a39e082dcb139c5560128ce8
tree85e72af71dd7b26d0c36571b7bb17dcaf8103111
parentdb59141467aa424c3fb5656ffa4355e3740dad1a
Removing those memcpy()s also took away the possibility for in and out to
be the same.  Therefore, the removed memcpy()s need to be restored.
crypto/aes/aes_cbc.c