diff options
author | ftrvxmtrx <ftrvxmtrx@gmail.com> | 2015-06-09 23:53:07 +0200 |
---|---|---|
committer | ftrvxmtrx <ftrvxmtrx@gmail.com> | 2015-06-09 23:53:07 +0200 |
commit | 7a95bef00e41cbab2d97f6392b221e6192335343 (patch) | |
tree | ef513419319380fdc30c3f2f5d403d993eab92bd /sys/include/authsrv.h | |
parent | 2c505c160e4ada69f8663a5c42979d3633314087 (diff) |
authsrv: remove unused opasstokey
Diffstat (limited to 'sys/include/authsrv.h')
-rw-r--r-- | sys/include/authsrv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/include/authsrv.h b/sys/include/authsrv.h index 79805fea2..ca230cadf 100644 --- a/sys/include/authsrv.h +++ b/sys/include/authsrv.h @@ -126,7 +126,6 @@ extern void convM2PR(char*, Passwordreq*, char*); /* * convert ascii password to DES key */ -extern int opasstokey(char*, char*); extern int passtokey(char*, char*); /* |