aboutsummaryrefslogtreecommitdiff
path: root/plugins/auth-pam/pamdl.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-16 12:24:10 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-16 12:24:10 +0000
commitf49eab6232a599968ab3c9920e9b5cfea3cf2c33 (patch)
tree46379e1e4dc11c124185ceb08ba197cb5e7136f7 /plugins/auth-pam/pamdl.h
parentChangeLog edit (diff)
downloadopenvpn-f49eab6232a599968ab3c9920e9b5cfea3cf2c33.tar.xz
Reverted plugin directory location.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@638 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'plugins/auth-pam/pamdl.h')
-rw-r--r--plugins/auth-pam/pamdl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/auth-pam/pamdl.h b/plugins/auth-pam/pamdl.h
deleted file mode 100644
index b10b035..0000000
--- a/plugins/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