From 0ca0851a01251b960ba19d958978004168f58593 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 26 Feb 2019 17:04:25 +0300 Subject: Add implementation --- openssl/tests/version.testscript | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 openssl/tests/version.testscript (limited to 'openssl/tests/version.testscript') diff --git a/openssl/tests/version.testscript b/openssl/tests/version.testscript new file mode 100644 index 0000000..bc14c50 --- /dev/null +++ b/openssl/tests/version.testscript @@ -0,0 +1,14 @@ +# file : tests/version.testscript +# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd +# license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file + +$* version -a >>~"%EOO%" + OpenSSL 1.1.1a 20 Nov 2018 + %built on: .+ UTC% + %platform: $c.target.class-$c.target.cpu% + %options: .+% + %compiler: $c.class .*-DLIBCRYPTO_BUILD.*% + %OPENSSLDIR: ".+"% + %ENGINESDIR: ".+"% + %Seeding source: .+% + EOO -- cgit v1.1