1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-01-19 16:52:17 +01:00

Don't include pam_misc.h, doesn't exist on Solaris.

This commit is contained in:
Simon Josefsson 2009-01-13 10:33:56 +00:00
parent f9d92169f7
commit f7557db3e2

3
test.c
View File

@ -1,5 +1,5 @@
/*
* Copyright 2007, 2008 Simon Josefsson.
* Copyright 2007, 2008, 2009 Simon Josefsson.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -37,7 +37,6 @@
#include <stdlib.h>
#include <security/pam_appl.h>
#include <security/pam_misc.h>
int main(int argc, char **argv)
{