diff options
author | John Estabrook <jestabro@vyos.io> | 2023-10-11 19:43:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-11 19:43:52 -0500 |
commit | 526f19eaf7953ff96e6b92c798aa7b3df42a7472 (patch) | |
tree | ac4a4b043de6bf81662d706705f6c30eb30c22aa /interface-definitions/xml-component-version.xml.in | |
parent | f51c3b07daf21c261306cf41d7d1f3dfd473b0fb (diff) | |
parent | 941c5adfaca2c7e3318b2ba0e7f36c37acaa53c1 (diff) | |
download | vyos-1x-526f19eaf7953ff96e6b92c798aa7b3df42a7472.tar.gz vyos-1x-526f19eaf7953ff96e6b92c798aa7b3df42a7472.zip |
Merge pull request #2353 from dmbaturin/T5634-no-more-blowfish
openvpn: T5634: Remove support for insecure DES and Blowfish ciphers
Diffstat (limited to 'interface-definitions/xml-component-version.xml.in')
-rw-r--r-- | interface-definitions/xml-component-version.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/xml-component-version.xml.in b/interface-definitions/xml-component-version.xml.in index 8c9e816d1..cae3423dc 100644 --- a/interface-definitions/xml-component-version.xml.in +++ b/interface-definitions/xml-component-version.xml.in @@ -19,6 +19,7 @@ #include <include/version/ids-version.xml.i> #include <include/version/ipoe-server-version.xml.i> #include <include/version/ipsec-version.xml.i> + #include <include/version/openvpn-version.xml.i> #include <include/version/isis-version.xml.i> #include <include/version/l2tp-version.xml.i> #include <include/version/lldp-version.xml.i> |