2016-04-22 11:21:51 +00:00
|
|
|
#! /usr/bin/env perl
|
|
|
|
# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Licensed under the OpenSSL license (the "License"). You may not use
|
|
|
|
# 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
|
|
|
|
|
2015-04-17 18:04:19 +00:00
|
|
|
|
2015-04-21 17:29:01 +00:00
|
|
|
use OpenSSL::Test::Simple;
|
2015-04-17 18:04:19 +00:00
|
|
|
|
2015-09-19 22:34:16 +00:00
|
|
|
simple_test("test_wp", "wp_test", "whirlpool");
|