fix spelling of OPENSSL_cleanse

This commit is contained in:
Brent Cook 2015-09-13 09:30:26 -05:00
parent cb397a8b28
commit eeb286af5a

View File

@ -286,7 +286,7 @@ error:
if (ps >= 1) if (ps >= 1)
popsig(); popsig();
OPENSSL_cleanse(result, BUFSIZ); explicit_bzero(result, BUFSIZ);
return ok; return ok;
} }