crypto/mem_clr.c: switch to OPENSSL_cleanse implementation from master.
authorAndy Polyakov <appro@openssl.org>
Thu, 9 Jun 2016 19:56:09 +0000 (21:56 +0200)
committerAndy Polyakov <appro@openssl.org>
Sun, 12 Jun 2016 11:47:57 +0000 (13:47 +0200)
commit5bbdc26cadc01cab811040e861f1f98e0f3af348
treeb96cdd0c906b00f40c3f0f0f0d42574b12f07733
parent4f0b6e6775e4bd08cb2fc89a2f32c84c441f290d
crypto/mem_clr.c: switch to OPENSSL_cleanse implementation from 

It's probably worth reminding that this is a fall-back implementation
for platforms that don't have assembly OPENSSL_cleanse.

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