Remove unused variables

This commit is contained in:
Jakub Jelen
2018-02-10 19:36:07 +01:00
parent f5c42cef89
commit dfca8e2e55
3 changed files with 0 additions and 5 deletions
-1
View File
@@ -336,7 +336,6 @@ bool set_component(unsigned char *in_ptr, const BIGNUM *bn, int element_len) {
bool prepare_rsa_signature(const unsigned char *in, unsigned int in_len, unsigned char *out, unsigned int *out_len, int nid) {
X509_SIG *digestInfo;
X509_ALGOR *algor;
ASN1_TYPE parameter;
ASN1_OCTET_STRING *digest;
unsigned char data[1024];