Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:24
erlang
0913-public_key-Clean-code.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0913-public_key-Clean-code.patch of Package erlang
From c2e4ac01d6e6600df48a6e886de76bd6028fcb01 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin <ingela@erlang.org> Date: Tue, 28 Nov 2023 08:47:31 +0100 Subject: [PATCH] public_key: Clean code Remove unused include that was included by PR for no apprent reason. Get rid of unused var warning. --- lib/public_key/test/erl_make_certs.erl | 2 +- lib/public_key/test/public_key_SUITE.erl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/public_key/test/erl_make_certs.erl b/lib/public_key/test/erl_make_certs.erl index a56c8e3691..6a91b5ec11 100644 --- a/lib/public_key/test/erl_make_certs.erl +++ b/lib/public_key/test/erl_make_certs.erl @@ -340,7 +340,7 @@ sign_algorithm(#'RSAPrivateKey'{}, Opts) -> md2 -> ?'md2WithRSAEncryption' end, {Type, 'NULL'}; -sign_algorithm({#'RSAPrivateKey'{},#'RSASSA-PSS-params'{}=P}, Opts) -> +sign_algorithm({#'RSAPrivateKey'{},#'RSASSA-PSS-params'{}=P}, _Opts) -> {?'id-RSASSA-PSS', P}; sign_algorithm(#'DSAPrivateKey'{p=P, q=Q, g=G}, _Opts) -> {?'id-dsa-with-sha1', {params,#'Dss-Parms'{p=P, q=Q, g=G}}}; -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor