mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 10:13:56 +01:00
Fixed complaints from Jetbrains Clion :-)
This commit is contained in:
@ -91,7 +91,6 @@ int main(int argc, char *argv[]) {
|
||||
case 'h':
|
||||
print_usage(prog_basename);
|
||||
exit(EXIT_SUCCESS);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@ -129,7 +128,7 @@ int main(int argc, char *argv[]) {
|
||||
if (base64_decode_string(cipherstring, &ciphertext, &ciphertext_len) != 0) {
|
||||
fprintf(stderr, "[ERROR] Unable to base64-decode ciphertext.\n\n");
|
||||
exit(EXIT_FAILURE);
|
||||
};
|
||||
}
|
||||
|
||||
// extract nonce
|
||||
unsigned char nonce[crypto_secretbox_NONCEBYTES];
|
||||
|
||||
Reference in New Issue
Block a user