summaryrefslogtreecommitdiff
path: root/openvpn/src/plugins/auth-pam/pamdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn/src/plugins/auth-pam/pamdl.h')
-rw-r--r--openvpn/src/plugins/auth-pam/pamdl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openvpn/src/plugins/auth-pam/pamdl.h b/openvpn/src/plugins/auth-pam/pamdl.h
new file mode 100644
index 00000000..b10b035a
--- /dev/null
+++ b/openvpn/src/plugins/auth-pam/pamdl.h
@@ -0,0 +1,7 @@
+#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