mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 00:46:17 +08:00
Remove SAF and SOF module
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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");
|
||||
@@ -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");
|
||||
Reference in New Issue
Block a user