Welcome to mirror list, hosted at ThFree Co, Russian Federation.

05-test_hmac.t « recipes « test - github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 17fdf77aa8a3acc9be97c6477a3dfa73f18210b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/perl

use strict;
use warnings;

use Test::More;
use OpenSSL::Test;

setup("test_hmac");

plan tests => 1;
ok(run(test(["hmactest"])), "running hmactest");