mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-03-15 18:29:16 +01:00
Fix implicit yubikey_* declarations.
This commit is contained in:
parent
bba72bfead
commit
b27599957c
@ -43,6 +43,11 @@
|
||||
#include "util.h"
|
||||
#include "drop_privs.h"
|
||||
|
||||
#if HAVE_CR
|
||||
/* for yubikey_hex_decode and yubikey_hex_p */
|
||||
#include <yubikey.h>
|
||||
#endif /* HAVE_CR */
|
||||
|
||||
/* Libtool defines PIC for shared objects */
|
||||
#ifndef PIC
|
||||
#define PAM_STATIC
|
||||
|
Loading…
x
Reference in New Issue
Block a user