blob: cd3d94355d58474cd4d674e7381944fcff1a9532 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2025 OpenVPN, Inc.
#
# Author: Antonio Quartulli <antonio@openvpn.net>
OVPN_ALG="chachapoly"
source test.sh
|