mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2024-12-22 04:11:08 +00:00
Missing headers.
This commit is contained in:
parent
5836c338bc
commit
7fa3c6483d
4 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
||||||
|
|
||||||
#include "cryb/impl.h"
|
#include "cryb/impl.h"
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
|
|
||||||
#define PAM_SM_AUTH
|
#define PAM_SM_AUTH
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include <security/pam_modules.h>
|
#include <security/pam_modules.h>
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
|
|
||||||
#include "cryb/impl.h"
|
#include "cryb/impl.h"
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
|
@ -58,6 +58,7 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
#if WITH_CRYB_OTP
|
#if WITH_CRYB_OTP
|
||||||
|
#include <cryb/oath.h>
|
||||||
#include <cryb/otp.h>
|
#include <cryb/otp.h>
|
||||||
TEST(otp)
|
TEST(otp)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue