From 096ff3e14a188992d2dfe59c7fd3f5d6da791331 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 11 Feb 2005 19:39:51 +0000 Subject: add secstored; use readcons --- src/cmd/secstore/secstore.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/cmd/secstore/secstore.h') 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; + -- cgit v1.2.3