105901b04Schristos#! /usr/bin/env perl
2b02ec1eeSchristos# Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
305901b04Schristos#
4*66bae5e7Schristos# Licensed under the Apache License 2.0 (the "License").  You may not use
505901b04Schristos# this file except in compliance with the License.  You can obtain a copy
605901b04Schristos# in the file LICENSE in the source distribution or at
705901b04Schristos# https://www.openssl.org/source/license.html
805901b04Schristos
905901b04Schristosuse strict;
1005901b04Schristosuse OpenSSL::Test;              # get 'plan'
1105901b04Schristosuse OpenSSL::Test::Simple;
1205901b04Schristosuse OpenSSL::Test::Utils;
1305901b04Schristos
1405901b04Schristossetup("test_internal_ssl_cert_table");
1505901b04Schristos
1605901b04Schristossimple_test("test_internal_ssl_cert_table", "ssl_cert_table_internal_test");
17