We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c0c63 commit 6164cc1Copy full SHA for 6164cc1
src/pk/rsa/rsa_decrypt_key.c
@@ -33,6 +33,7 @@ int rsa_decrypt_key_ex(const unsigned char *in, unsigned long inlen
33
int err;
34
unsigned char *tmp;
35
36
+ LTC_ARGCHK(in != NULL);
37
LTC_ARGCHK(out != NULL);
38
LTC_ARGCHK(outlen != NULL);
39
LTC_ARGCHK(key != NULL);
0 commit comments