fix spelling of OPENSSL_cleanse
This commit is contained in:
parent
cb397a8b28
commit
eeb286af5a
@ -286,7 +286,7 @@ error:
|
||||
if (ps >= 1)
|
||||
popsig();
|
||||
|
||||
OPENSSL_cleanse(result, BUFSIZ);
|
||||
explicit_bzero(result, BUFSIZ);
|
||||
return ok;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user