mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2025-02-24 16:06:26 -05:00
Fix wrong spot
This commit is contained in:
parent
815158e8c1
commit
83c27890e4
1 changed files with 2 additions and 2 deletions
4
i3lock.c
4
i3lock.c
|
@ -28,7 +28,7 @@
|
|||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
#ifdef HAVE_EXPLICIT_BZERO
|
||||
#ifdef __OpenBSD__
|
||||
#include <bsd_auth.h>
|
||||
#else
|
||||
#include <security/pam_appl.h>
|
||||
|
@ -404,7 +404,7 @@ static bool load_compose_table(const char *locale) {
|
|||
*
|
||||
*/
|
||||
static void clear_password_memory(void) {
|
||||
#ifdef __OpenBSD__
|
||||
#ifdef HAVE_EXPLICIT_BZERO
|
||||
/* Use explicit_bzero(3) which was explicitly designed not to be
|
||||
* optimized out by the compiler. */
|
||||
explicit_bzero(password, strlen(password));
|
||||
|
|
Loading…
Add table
Reference in a new issue