summaryrefslogtreecommitdiff
path: root/src/openvpn/plugin/auth-pam/pamdl.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-05-20 14:36:04 +0000
committerChristian Pointner <equinox@anytun.org>2008-05-20 14:36:04 +0000
commitb2f54ec4947b60b9d989cb887f6c62c93a738e02 (patch)
treed32b3f7427c836adfaea53e0a16fd43585e79879 /src/openvpn/plugin/auth-pam/pamdl.h
parentadded -i option to anyrtpproxy (diff)
removed openvpn source code
Diffstat (limited to 'src/openvpn/plugin/auth-pam/pamdl.h')
-rw-r--r--src/openvpn/plugin/auth-pam/pamdl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/openvpn/plugin/auth-pam/pamdl.h b/src/openvpn/plugin/auth-pam/pamdl.h
deleted file mode 100644
index b10b035..0000000
--- a/src/openvpn/plugin/auth-pam/pamdl.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#if DLOPEN_PAM
-#include <security/pam_appl.h>
-
-/* Dynamically load and unload the PAM library */
-int dlopen_pam (const char *so);
-void dlclose_pam (void);
-#endif