diff --git a/src/minisign.c b/src/minisign.c index 286d75e..8670b98 100644 --- a/src/minisign.c +++ b/src/minisign.c @@ -645,7 +645,7 @@ main(int argc, char **argv) } if (pk_file == NULL && pubkey_s == NULL) { pk_file = SIG_DEFAULT_PKFILE; - } else if (pk_file != NULL && pubkey_s == NULL) { + } else if (pk_file != NULL && pubkey_s != NULL) { usage(); } return verify(pubkey_load(pk_file, pubkey_s), message_file,