crypto/mem.c: drop reference to cleanse_ctr and fix no-asm builds.
authorAndy Polyakov <appro@openssl.org>
Sun, 12 Jun 2016 18:04:50 +0000 (20:04 +0200)
committerAndy Polyakov <appro@openssl.org>
Sun, 12 Jun 2016 21:59:24 +0000 (23:59 +0200)
commit6397ac585d6d4101be0fb742ac0db5074bd4e8a6
tree6388d8d87f3ea9ecd06883022c2a78b3bbce3c17
parent80e07cc7f0ce97b8898780082d70e0cb0adb3f61
crypto/mem.c: drop reference to cleanse_ctr and fix no-asm builds.

crypto/mem_clr.c was harmonized with master branch and doesn't use
cleanse_ctr kludge anymore.

RT#4563

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/mem.c