Add patch removing leftover constant definition.
Related: rhbz#1952925
This commit is contained in:
parent
6de8541286
commit
c3918ba053
@ -772,6 +772,30 @@ index 6d337fe7..a522b819 100644
|
||||
rb_define_alias(cRSA, "to_pem", "export");
|
||||
rb_define_alias(cRSA, "to_s", "export");
|
||||
|
||||
From 73116c78c715a7277cbace7d8595c823d5ef1934 Mon Sep 17 00:00:00 2001
|
||||
From: Pavel Valena <pvalena@redhat.com>
|
||||
Date: Thu, 20 May 2021 19:10:20 +0200
|
||||
Subject: [PATCH] Compatibiblity with gem version 2.2.0
|
||||
|
||||
---
|
||||
ext/openssl/ossl_pkey_rsa.c | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/ext/openssl/ossl_pkey_rsa.c b/ext/openssl/ossl_pkey_rsa.c
|
||||
index a928e92..6a57238 100644
|
||||
--- a/ext/openssl/ossl_pkey_rsa.c
|
||||
+++ b/ext/openssl/ossl_pkey_rsa.c
|
||||
@@ -918,7 +918,6 @@ Init_ossl_rsa(void)
|
||||
rb_define_method(cRSA, "params", ossl_rsa_get_params, 0);
|
||||
|
||||
DefRSAConst(PKCS1_PADDING);
|
||||
- DefRSAConst(SSLV23_PADDING);
|
||||
DefRSAConst(NO_PADDING);
|
||||
DefRSAConst(PKCS1_OAEP_PADDING);
|
||||
|
||||
--
|
||||
2.31.1
|
||||
|
||||
From b2e3ddab1c5dcda2003bfa9c06c424ac74e3e198 Mon Sep 17 00:00:00 2001
|
||||
From: Kazuki Yamaguchi <k@rhe.jp>
|
||||
Date: Sun, 17 May 2020 21:29:48 +0900
|
||||
|
Loading…
Reference in New Issue
Block a user