aboutsummaryrefslogtreecommitdiff
path: root/bigcrypt.h
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2013-05-10 21:27:56 +0200
committerTimo Weingärtner <timo@tiwe.de>2013-05-12 18:44:18 +0200
commit88dd2b1a22cd06fc401a8ddadd41114cebe159d5 (patch)
tree8f5e911e36bf06ef96ae33d1b76f61f350baceb6 /bigcrypt.h
parent138c589dd4cdf68659bfa643e5659fa1200f6081 (diff)
downloadlibpam-pwdfile-88dd2b1a22cd06fc401a8ddadd41114cebe159d5.tar.gz
include proper headers for crypt()
this also prepares for crypt_r()
Diffstat (limited to 'bigcrypt.h')
-rw-r--r--bigcrypt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bigcrypt.h b/bigcrypt.h
new file mode 100644
index 0000000..a66a96e
--- /dev/null
+++ b/bigcrypt.h
@@ -0,0 +1 @@
+extern char *bigcrypt(const char *key, const char *salt);