diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-05-16 11:46:09 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-05-16 11:46:09 +0000 |
commit | 186a4118ec7cc9f105f4e23b49e71c2b0e46cfa4 (patch) | |
tree | fea50ed699ece322737a744ebfc1806beaf3f162 /tools | |
parent | ef1e3cfb87d1313ff2ebd4e4128be9a6e17072b2 (diff) |
Support minimum and maximum encryption key length
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pskey.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/pskey.c b/tools/pskey.c index edf78e8d..f0ce1b4a 100644 --- a/tools/pskey.c +++ b/tools/pskey.c @@ -91,6 +91,8 @@ static struct { int type; char *str; } storage[] = { + { CSR_PSKEY_ENC_KEY_LMIN, CSR_TYPE_UINT16, "keymin" }, + { CSR_PSKEY_ENC_KEY_LMAX, CSR_TYPE_UINT16, "keymax" }, { CSR_PSKEY_HOSTIO_MAP_SCO_PCM, CSR_TYPE_UINT16, "mapsco" }, { CSR_PSKEY_UART_BAUDRATE, CSR_TYPE_UINT16, "baudrate" }, { CSR_PSKEY_HOST_INTERFACE, CSR_TYPE_UINT16, "hostintf" }, |