remove trailing whitespace
This commit is contained in:
@@ -108,7 +108,7 @@ static long i_support_encrypt = typemask(ENCTYPE_DES_CFB64)
|
||||
static Encryptions encryptions[] = {
|
||||
#if defined(DES_ENCRYPTION)
|
||||
{ "DES_CFB64", ENCTYPE_DES_CFB64,
|
||||
cfb64_encrypt,
|
||||
cfb64_encrypt,
|
||||
cfb64_decrypt,
|
||||
cfb64_init,
|
||||
cfb64_start,
|
||||
@@ -118,7 +118,7 @@ static long i_support_encrypt = typemask(ENCTYPE_DES_CFB64)
|
||||
cfb64_keyid,
|
||||
cfb64_printsub },
|
||||
{ "DES_OFB64", ENCTYPE_DES_OFB64,
|
||||
ofb64_encrypt,
|
||||
ofb64_encrypt,
|
||||
ofb64_decrypt,
|
||||
ofb64_init,
|
||||
ofb64_start,
|
||||
@@ -388,7 +388,7 @@ encrypt_display(void)
|
||||
ENCTYPE_NAME(encrypt_mode));
|
||||
else
|
||||
printf("Currently not encrypting output\r\n");
|
||||
|
||||
|
||||
if (decrypt_input)
|
||||
printf("Currently decrypting input with %s\r\n",
|
||||
ENCTYPE_NAME(decrypt_mode));
|
||||
@@ -411,7 +411,7 @@ EncryptStatus(void)
|
||||
ENCTYPE_NAME(encrypt_mode));
|
||||
} else
|
||||
printf("Currently not encrypting output\r\n");
|
||||
|
||||
|
||||
if (decrypt_input) {
|
||||
printf("Currently decrypting input with %s\r\n",
|
||||
ENCTYPE_NAME(decrypt_mode));
|
||||
|
Reference in New Issue
Block a user