10 lines
169 B
Bash
Executable File
10 lines
169 B
Bash
Executable File
#!/bin/bash
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2025 OpenVPN, Inc.
|
|
#
|
|
# Author: Antonio Quartulli <antonio@openvpn.net>
|
|
|
|
ALG="chachapoly"
|
|
|
|
source test.sh
|