diff options
| author | jsing <> | 2015-09-10 15:56:26 +0000 | 
|---|---|---|
| committer | jsing <> | 2015-09-10 15:56:26 +0000 | 
| commit | 1b9402de2dd1b97eca2be1996ed51c82f0663c92 (patch) | |
| tree | 27c1922db8e3f519794fe6a13a1dfba3d4759090 /src/lib/libcrypto/ui/ui_openssl.c | |
| parent | e1b77a3f14ebb06ead650e78b43ddd6546237b0a (diff) | |
| download | openbsd-1b9402de2dd1b97eca2be1996ed51c82f0663c92.tar.gz openbsd-1b9402de2dd1b97eca2be1996ed51c82f0663c92.tar.bz2 openbsd-1b9402de2dd1b97eca2be1996ed51c82f0663c92.zip | |
Correct spelling of OPENSSL_cleanse.
ok miod@
Diffstat (limited to 'src/lib/libcrypto/ui/ui_openssl.c')
| -rw-r--r-- | src/lib/libcrypto/ui/ui_openssl.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/lib/libcrypto/ui/ui_openssl.c b/src/lib/libcrypto/ui/ui_openssl.c index b3d2971a02..9562c2c937 100644 --- a/src/lib/libcrypto/ui/ui_openssl.c +++ b/src/lib/libcrypto/ui/ui_openssl.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ui_openssl.c,v 1.24 2015/07/16 02:46:49 guenther Exp $ */ | 1 | /* $OpenBSD: ui_openssl.c,v 1.25 2015/09/10 15:56:26 jsing Exp $ */ | 
| 2 | /* Written by Richard Levitte (richard@levitte.org) and others | 2 | /* Written by Richard Levitte (richard@levitte.org) and others | 
| 3 | * for the OpenSSL project 2001. | 3 | * for the OpenSSL project 2001. | 
| 4 | */ | 4 | */ | 
| @@ -286,7 +286,7 @@ error: | |||
| 286 | if (ps >= 1) | 286 | if (ps >= 1) | 
| 287 | popsig(); | 287 | popsig(); | 
| 288 | 288 | ||
| 289 | OPENSSL_cleanse(result, BUFSIZ); | 289 | explicit_bzero(result, BUFSIZ); | 
| 290 | return ok; | 290 | return ok; | 
| 291 | } | 291 | } | 
| 292 | 292 | ||
