The unified diff between revisions [a1c3f430..] and [7122128a..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'ctr_setiv.c'
#
#
# patch "ctr_setiv.c"
# from [6ba792cb56a6d9298a143de79da714c2c99b82e5]
# to [045b964c401f388f12e1620e7e88e47542e31935]
#
============================================================
--- ctr_setiv.c 6ba792cb56a6d9298a143de79da714c2c99b82e5
+++ ctr_setiv.c 045b964c401f388f12e1620e7e88e47542e31935
@@ -30,7 +30,7 @@ int ctr_setiv(const unsigned char *IV, u
}
/* set IV */
- memcpy(ctr->ctr, IV, len);
+ XMEMCPY(ctr->ctr, IV, len);
/* force next block */
ctr->padlen = 0;