Chromium Code Reviews| Index: openssl/test/igetest.c |
| =================================================================== |
| --- openssl/test/igetest.c (revision 105093) |
| +++ openssl/test/igetest.c (working copy) |
| @@ -221,9 +221,9 @@ |
| ++errs; |
| } |
| - /* try with in == out */ |
| + /* try with in == out */ |
| memcpy(iv, v->iv, sizeof iv); |
| - memcpy(buf, v->in, v->length); |
| + memcpy(buf, v->in, v->length); |
| AES_ige_encrypt(buf, buf, v->length, &key, iv, v->encrypt); |
| if(memcmp(v->out, buf, v->length)) |