Commit 5a853853 authored by Bodo Möller's avatar Bodo Möller
Browse files

typo

parent 5e54b4f3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -137,6 +137,7 @@ int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type)
		ctx->digest=type;
		if (type->ctx_size)
			ctx->md_data=OPENSSL_malloc(type->ctx_size);
		}
	return type->init(ctx);
	}