Loading crypto/ec/ec_pmeth.c +2 −2 Original line number Diff line number Diff line Loading @@ -120,7 +120,7 @@ static int pkey_ec_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, const unsigned char *tbs, size_t tbslen) { int ret, type; size_t sltmp; unsigned int sltmp; EC_PKEY_CTX *dctx = ctx->data; EC_KEY *ec = ctx->pkey->pkey.ec; Loading @@ -145,7 +145,7 @@ static int pkey_ec_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, if (ret < 0) return ret; *siglen = sltmp; *siglen = (size_t)sltmp; return 1; } Loading crypto/pkcs7/pk7_doit.c +1 −1 Original line number Diff line number Diff line Loading @@ -829,7 +829,7 @@ int PKCS7_SIGNER_INFO_sign(PKCS7_SIGNER_INFO *si) EVP_PKEY_CTX *pctx; unsigned char *abuf = NULL; int alen; unsigned int siglen; size_t siglen; const EVP_MD *md = NULL; md = EVP_get_digestbyobj(si->digest_alg->algorithm); Loading crypto/rsa/rsa_pmeth.c +1 −1 Original line number Diff line number Diff line Loading @@ -245,7 +245,7 @@ static int pkey_rsa_verifyrecover(EVP_PKEY_CTX *ctx, } else if (rctx->pad_mode == RSA_PKCS1_PADDING) { unsigned int sltmp; size_t sltmp; ret = int_rsa_verify(EVP_MD_type(rctx->md), NULL, 0, rout, &sltmp, sig, siglen, ctx->pkey->pkey.rsa); Loading crypto/x509/x509.h +1 −1 Original line number Diff line number Diff line Loading @@ -189,7 +189,7 @@ struct X509_name_st #else char *bytes; #endif unsigned long hash; /* Keep the hash around for lookups */ /* unsigned long hash; Keep the hash around for lookups */ unsigned char *canon_enc; int canon_enclen; } /* X509_NAME */; Loading Loading
crypto/ec/ec_pmeth.c +2 −2 Original line number Diff line number Diff line Loading @@ -120,7 +120,7 @@ static int pkey_ec_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, const unsigned char *tbs, size_t tbslen) { int ret, type; size_t sltmp; unsigned int sltmp; EC_PKEY_CTX *dctx = ctx->data; EC_KEY *ec = ctx->pkey->pkey.ec; Loading @@ -145,7 +145,7 @@ static int pkey_ec_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, if (ret < 0) return ret; *siglen = sltmp; *siglen = (size_t)sltmp; return 1; } Loading
crypto/pkcs7/pk7_doit.c +1 −1 Original line number Diff line number Diff line Loading @@ -829,7 +829,7 @@ int PKCS7_SIGNER_INFO_sign(PKCS7_SIGNER_INFO *si) EVP_PKEY_CTX *pctx; unsigned char *abuf = NULL; int alen; unsigned int siglen; size_t siglen; const EVP_MD *md = NULL; md = EVP_get_digestbyobj(si->digest_alg->algorithm); Loading
crypto/rsa/rsa_pmeth.c +1 −1 Original line number Diff line number Diff line Loading @@ -245,7 +245,7 @@ static int pkey_rsa_verifyrecover(EVP_PKEY_CTX *ctx, } else if (rctx->pad_mode == RSA_PKCS1_PADDING) { unsigned int sltmp; size_t sltmp; ret = int_rsa_verify(EVP_MD_type(rctx->md), NULL, 0, rout, &sltmp, sig, siglen, ctx->pkey->pkey.rsa); Loading
crypto/x509/x509.h +1 −1 Original line number Diff line number Diff line Loading @@ -189,7 +189,7 @@ struct X509_name_st #else char *bytes; #endif unsigned long hash; /* Keep the hash around for lookups */ /* unsigned long hash; Keep the hash around for lookups */ unsigned char *canon_enc; int canon_enclen; } /* X509_NAME */; Loading