mirror of
https://github.com/linux-pam/linux-pam.git
synced 2024-11-23 09:43:36 +08:00
pam_timestamp: fix build failure
bcba17939e
started using pam_overwrite_n()
without providing the definition to this function, which causes a build
failure.
modules/pam_timestamp/hmac_openssl_wrapper.c: include pam_inline.h
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
This commit is contained in:
parent
fce804e695
commit
8db48b022b
@ -54,6 +54,7 @@
|
||||
#include <security/pam_modutil.h>
|
||||
|
||||
#include "hmac_openssl_wrapper.h"
|
||||
#include "pam_inline.h"
|
||||
|
||||
#define LOGIN_DEFS "/etc/login.defs"
|
||||
#define CRYPTO_KEY "HMAC_CRYPTO_ALGO"
|
||||
|
Loading…
Reference in New Issue
Block a user