Created
July 12, 2016 14:56
-
-
Save cmd-ntrf/53740d8858a87466381e3f71d62b3f65 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from ctypes import CDLL | |
from ctypes.util import find_library | |
LIBPAM = CDLL(find_library("pam")) | |
PAM_STRERROR = LIBPAM.pam_strerror |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment