2017-03-11 03:18:56 +08:00
|
|
|
#! /usr/bin/env perl
|
2018-11-20 21:13:00 +08:00
|
|
|
# Copyright 2015-2018 The OpenSSL Project Authors. All Rights Reserved.
|
2017-03-11 03:18:56 +08:00
|
|
|
#
|
2018-12-06 20:05:25 +08:00
|
|
|
# Licensed under the Apache License 2.0 (the "License"). You may not use
|
2017-03-11 03:18:56 +08:00
|
|
|
# this file except in compliance with the License. You can obtain a copy
|
|
|
|
# in the file LICENSE in the source distribution or at
|
|
|
|
# https://www.openssl.org/source/license.html
|
|
|
|
|
|
|
|
use strict;
|
|
|
|
use OpenSSL::Test; # get 'plan'
|
|
|
|
use OpenSSL::Test::Simple;
|
|
|
|
use OpenSSL::Test::Utils;
|
|
|
|
|
2017-03-14 22:23:39 +08:00
|
|
|
setup("test_internal_chacha");
|
|
|
|
|
2017-03-20 18:24:33 +08:00
|
|
|
simple_test("test_internal_chacha", "chacha_internal_test", "chacha");
|