Remove SAF and SOF module

This commit is contained in:
Zhi Guan
2019-06-13 18:17:26 +08:00
parent 24f8a17c63
commit bdd3d75e89
36 changed files with 2 additions and 11738 deletions

View File

@@ -20,7 +20,7 @@ IF[{- !$disabled{tests} -}]
sm3test sms4test kdf2test eciestest ffxtest sm2test \
pailliertest cpktest otptest gmapitest ec2test \
bfibetest bb1ibetest sm9test \
saftest sdftest skftest softest zuctest \
sdftest skftest zuctest \
serpenttest specktest base58test
SOURCE[aborttest]=aborttest.c
@@ -344,10 +344,6 @@ IF[{- !$disabled{tests} -}]
INCLUDE[sm9test]=../include
DEPEND[sm9test]=../libcrypto
SOURCE[saftest]=saftest.c
INCLUDE[saftest]=../include
DEPEND[saftest]=../libcrypto
SOURCE[sdftest]=sdftest.c
INCLUDE[sdftest]=../include
DEPEND[sdftest]=../libcrypto
@@ -356,10 +352,6 @@ IF[{- !$disabled{tests} -}]
INCLUDE[skftest]=../include
DEPEND[skftest]=../libcrypto
SOURCE[softest]=softest.c
INCLUDE[softest]=../include
DEPEND[softest]=../libcrypto
SOURCE[zuctest]=zuctest.c
INCLUDE[zuctest]=../include
DEPEND[zuctest]=../libcrypto
@@ -376,10 +368,6 @@ IF[{- !$disabled{tests} -}]
INCLUDE[base58test]=../include
DEPEND[base58test]=../libcrypto
SOURCE[ecrstest]=ecrstest.c
INCLUDE[ecrstest]=../include
DEPEND[ecrstest]=../libcrypto
IF[{- !$disabled{shared} -}]
PROGRAMS_NO_INST=shlibloadtest
SOURCE[shlibloadtest]=shlibloadtest.c

View File

@@ -1,12 +0,0 @@
#! /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
use OpenSSL::Test::Simple;
simple_test("test_saf", "saftest", "saf");

View File

@@ -1,12 +0,0 @@
#! /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
use OpenSSL::Test::Simple;
simple_test("test_sof", "softest", "sof");