From 30287d97a159d74965c87e2f1ffb82c3b99ffdf2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 15 Feb 2020 00:44:27 +0300 Subject: Release version 1.1.1+10 Drop copyright notice from source code Use adhoc value for {libcrypto,libssl}.map prerequisite-specific variable include --- openssl/tests/build/bootstrap.build | 1 - openssl/tests/build/root.build | 1 - openssl/tests/buildfile | 1 - openssl/tests/encryption.testscript | 1 - openssl/tests/rsa.testscript | 1 - openssl/tests/version.testscript | 1 - 6 files changed, 6 deletions(-) (limited to 'openssl/tests') diff --git a/openssl/tests/build/bootstrap.build b/openssl/tests/build/bootstrap.build index dd525c0..cd952b5 100644 --- a/openssl/tests/build/bootstrap.build +++ b/openssl/tests/build/bootstrap.build @@ -1,5 +1,4 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd # license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file project = # Unnamed tests subproject. diff --git a/openssl/tests/build/root.build b/openssl/tests/build/root.build index d593d3d..9e85d16 100644 --- a/openssl/tests/build/root.build +++ b/openssl/tests/build/root.build @@ -1,5 +1,4 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd # license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file # We need to configure C module to obtain the target information (see below). diff --git a/openssl/tests/buildfile b/openssl/tests/buildfile index 63882e6..c0bd398 100644 --- a/openssl/tests/buildfile +++ b/openssl/tests/buildfile @@ -1,5 +1,4 @@ # file : tests/buildfile -# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd # license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file ./: testscript{*} $openssl diff --git a/openssl/tests/encryption.testscript b/openssl/tests/encryption.testscript index 6326858..5b6d00a 100644 --- a/openssl/tests/encryption.testscript +++ b/openssl/tests/encryption.testscript @@ -1,5 +1,4 @@ # file : tests/encryption.testscript -# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd # license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file enc = $* aes-256-cbc -e -salt -base64 -md sha256 -pass pass:123 -pbkdf2 diff --git a/openssl/tests/rsa.testscript b/openssl/tests/rsa.testscript index 47f17cb..479d64f 100644 --- a/openssl/tests/rsa.testscript +++ b/openssl/tests/rsa.testscript @@ -1,5 +1,4 @@ # file : tests/rsa.testscript -# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd # license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file +cat <=openssl.cnf diff --git a/openssl/tests/version.testscript b/openssl/tests/version.testscript index 325ba9b..1267246 100644 --- a/openssl/tests/version.testscript +++ b/openssl/tests/version.testscript @@ -1,5 +1,4 @@ # file : tests/version.testscript -# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd # license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file $* version -a >>~"%EOO%" -- cgit v1.1