summaryrefslogtreecommitdiff
path: root/cryptopp/GPGw/passphrases.h
diff options
context:
space:
mode:
Diffstat (limited to 'cryptopp/GPGw/passphrases.h')
-rw-r--r--cryptopp/GPGw/passphrases.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/cryptopp/GPGw/passphrases.h b/cryptopp/GPGw/passphrases.h
deleted file mode 100644
index 9a2c25d..0000000
--- a/cryptopp/GPGw/passphrases.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __PASSPHRASES_H__
-#define __PASSPHRASES_H__
-
-// funktions prototypen
-void initPassphrases(void);
-void releasePassphrases(void);
-void addPassphrase(const char *akeyuserid, const char *apassphrase);
-char *getPassphrase(const char *akeyuserid);
-
-#endif // __PASSPHRASES_H__