aboutsummaryrefslogtreecommitdiff
path: root/decrepit/evp
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2017-08-17 19:53:00 -0400
committerCQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>2017-08-18 00:05:52 +0000
commit32524c93b3f59b536492f1ae7eba6aa93e2531b8 (patch)
treeaba35aebf54adbc2f367d1b4fa6bab64625d3e85 /decrepit/evp
parent1a66326f098714ea75b13da70612ad5c22d18216 (diff)
downloadboringssl-32524c93b3f59b536492f1ae7eba6aa93e2531b8.zip
boringssl-32524c93b3f59b536492f1ae7eba6aa93e2531b8.tar.gz
boringssl-32524c93b3f59b536492f1ae7eba6aa93e2531b8.tar.bz2
Run the comment conversion script on decrepit/
No one has CLs open there. Change-Id: I387c1f04cc9ee7bf794bdc390d498e3f80b21091 Reviewed-on: https://boringssl-review.googlesource.com/19484 Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
Diffstat (limited to 'decrepit/evp')
-rw-r--r--decrepit/evp/evp_do_all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/decrepit/evp/evp_do_all.c b/decrepit/evp/evp_do_all.c
index 621c0b1..38b8f9f 100644
--- a/decrepit/evp/evp_do_all.c
+++ b/decrepit/evp/evp_do_all.c
@@ -36,7 +36,7 @@ void EVP_CIPHER_do_all_sorted(void (*callback)(const EVP_CIPHER *cipher,
callback(EVP_rc2_cbc(), "RC2-CBC", NULL, arg);
callback(EVP_rc4(), "RC4", NULL, arg);
- /* OpenSSL returns everything twice, the second time in lower case. */
+ // OpenSSL returns everything twice, the second time in lower case.
callback(EVP_aes_128_cbc(), "aes-128-cbc", NULL, arg);
callback(EVP_aes_128_ctr(), "aes-128-ctr", NULL, arg);
callback(EVP_aes_128_ecb(), "aes-128-ecb", NULL, arg);