Loading crypto/.cvsignore +1 −0 Original line number Diff line number Diff line Loading @@ -4,3 +4,4 @@ opensslconf.h Makefile.save *.flc semantic.cache x86cpuid-elf.s crypto/asn1/a_type.c +1 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ #include <stdio.h> #include "cryptlib.h" #include <openssl/asn1t.h> #include <openssl/objects.h> int ASN1_TYPE_get(ASN1_TYPE *a) { Loading crypto/ts/ts_rsp_sign.c +1 −1 Original line number Diff line number Diff line Loading @@ -278,7 +278,7 @@ int TS_RESP_CTX_add_md(TS_RESP_CTX *ctx, const EVP_MD *md) if (!ctx->mds && !(ctx->mds = sk_EVP_MD_new_null())) goto err; /* Add the shared md, no copy needed. */ if (!sk_EVP_MD_push(ctx->mds, md)) goto err; if (!sk_EVP_MD_push(ctx->mds, (EVP_MD *)md)) goto err; return 1; err: Loading Loading
crypto/.cvsignore +1 −0 Original line number Diff line number Diff line Loading @@ -4,3 +4,4 @@ opensslconf.h Makefile.save *.flc semantic.cache x86cpuid-elf.s
crypto/asn1/a_type.c +1 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ #include <stdio.h> #include "cryptlib.h" #include <openssl/asn1t.h> #include <openssl/objects.h> int ASN1_TYPE_get(ASN1_TYPE *a) { Loading
crypto/ts/ts_rsp_sign.c +1 −1 Original line number Diff line number Diff line Loading @@ -278,7 +278,7 @@ int TS_RESP_CTX_add_md(TS_RESP_CTX *ctx, const EVP_MD *md) if (!ctx->mds && !(ctx->mds = sk_EVP_MD_new_null())) goto err; /* Add the shared md, no copy needed. */ if (!sk_EVP_MD_push(ctx->mds, md)) goto err; if (!sk_EVP_MD_push(ctx->mds, (EVP_MD *)md)) goto err; return 1; err: Loading