]> git.ipfire.org Git - thirdparty/openssl.git/blame - test/recipes/05-test_rand.t
DRBG: Use the EVP layer to do AES encryption
[thirdparty/openssl.git] / test / recipes / 05-test_rand.t
CommitLineData
596d6b7e
RS
1#! /usr/bin/env perl
2# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
3#
4# Licensed under the OpenSSL license (the "License"). You may not use
5# this file except in compliance with the License. You can obtain a copy
6# in the file LICENSE in the source distribution or at
7# https://www.openssl.org/source/license.html
8
12fb8c3d
RS
9use strict;
10use warnings;
11use OpenSSL::Test;
894025c6 12
75e2c877 13plan tests => 1;
12fb8c3d 14setup("test_rand");
894025c6 15
12fb8c3d 16ok(run(test(["drbgtest"])));