projects
/
oweals
/
openssl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GH355: Implement HKDF
[oweals/openssl.git]
/
test
/
recipes
/
30-test_evp_extra.t
1
#! /usr/bin/perl
2
3
use strict;
4
use warnings;
5
6
use OpenSSL::Test;
7
8
setup("test_evp_extra");
9
10
plan tests => 1;
11
ok(run(test(["evp_extra_test"])), "running evp_extra_test");