aboutsummaryrefslogtreecommitdiff
path: root/bigcrypt.h
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2021-04-16 19:33:21 +0200
committerTimo Weingärtner <timo@tiwe.de>2021-04-16 19:49:10 +0200
commitf46bd38f387f0a580e134388086321b03e6b17d3 (patch)
treecf8f36be26226fb0f039f9478ab851ec7c89458e /bigcrypt.h
parente29d26e77d8577ea272211c20240b3c39dff6bf0 (diff)
downloadlibpam-pwdfile-master.tar.gz
do away with legacy crypt typesHEADmaster
it is the responsibility of libcrypt to implement crypt types
Diffstat (limited to 'bigcrypt.h')
-rw-r--r--bigcrypt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bigcrypt.h b/bigcrypt.h
deleted file mode 100644
index a66a96e..0000000
--- a/bigcrypt.h
+++ /dev/null
@@ -1 +0,0 @@
-extern char *bigcrypt(const char *key, const char *salt);