Skip to content

Commit 934eb68

Browse files
committed
Remove compat-openssl11 from eln
We do not plan on supporting OpenSSL 1.1 in 10, so drop it from the package set for eln. There should be no users of this in the distribution since we did not ship the development package. Duplicate the configuration file so we can keep it for c9s.
1 parent ddb0ec2 commit 934eb68

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
document: feedback-pipeline-workload
3+
version: 1
4+
data:
5+
name: openssl
6+
description: >-
7+
General purpose cryptographic library and toolkit for TLS and SSL protocols.
8+
maintainer: sst_security_crypto
9+
10+
packages:
11+
- openssl
12+
- compat-openssl11
13+
14+
labels:
15+
- c9s

configs/sst_security_crypto-openssl.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ document: feedback-pipeline-workload
33
version: 1
44
data:
55
name: openssl
6-
description: General purpose cryptographic library and toolkit for TLS and SSL protocols.
6+
description: >-
7+
General purpose cryptographic library and toolkit for TLS and SSL protocols.
78
maintainer: sst_security_crypto
89

910
packages:
10-
- openssl
11-
- compat-openssl11
11+
- openssl
1212

1313
labels:
14-
- eln
15-
- c9s
16-
14+
- eln

0 commit comments

Comments
 (0)