From 8db48b022bdf8cc37f85b2927639aad67cd54be5 Mon Sep 17 00:00:00 2001 From: Iker Pedrosa Date: Thu, 30 Mar 2023 12:50:44 +0200 Subject: pam_timestamp: fix build failure bcba17939e1b1a568cd4a764534cde74d37078cc 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 --- modules/pam_timestamp/hmac_openssl_wrapper.c | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/pam_timestamp') diff --git a/modules/pam_timestamp/hmac_openssl_wrapper.c b/modules/pam_timestamp/hmac_openssl_wrapper.c index df772d60..2549c1db 100644 --- a/modules/pam_timestamp/hmac_openssl_wrapper.c +++ b/modules/pam_timestamp/hmac_openssl_wrapper.c @@ -54,6 +54,7 @@ #include #include "hmac_openssl_wrapper.h" +#include "pam_inline.h" #define LOGIN_DEFS "/etc/login.defs" #define CRYPTO_KEY "HMAC_CRYPTO_ALGO" -- cgit v1.2.3