ssh token: Move SSH code to a separate utils file

This commit is contained in:
Vojtech Trefny
2021-06-22 08:26:21 +02:00
parent 73cd60b1cc
commit 3e52aa820c
5 changed files with 205 additions and 151 deletions

View File

@@ -33,8 +33,6 @@
#define TOKEN_NAME "ssh"
#define PASSWORD_LENGTH 8192
#define l_err(cd, x...) crypt_logf(cd, CRYPT_LOG_ERROR, x)
#define l_dbg(cd, x...) crypt_logf(cd, CRYPT_LOG_DEBUG, x)