aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/secstore/secstore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/secstore/secstore.h')
-rw-r--r--src/cmd/secstore/secstore.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cmd/secstore/secstore.h b/src/cmd/secstore/secstore.h
index 1d6d6d34..dbd2ec9c 100644
--- a/src/cmd/secstore/secstore.h
+++ b/src/cmd/secstore/secstore.h
@@ -17,7 +17,6 @@ typedef struct PW {
PW *getPW(char *, int);
int putPW(PW *);
void freePW(PW *);
-char* getpassm(const char*);
// *client: SConn, client name, passphrase
// *server: SConn, (partial) 1st msg, PW entry
@@ -27,4 +26,6 @@ int PAKserver(SConn *, char *, char *, PW **);
char *PAK_Hi(char *, char *, mpint *, mpint *);
#define LOG "secstore"
-#define SECSTORE_DIR "/adm/secstore"
+
+extern char *SECSTORE_DIR;
+