Changeset 95219 in vbox for trunk/src/libs/openssl-3.0.3/test/recipes/90-test_sslapi.t
- Timestamp:
- Jun 8, 2022 7:43:44 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151730
- Location:
- trunk/src/libs/openssl-3.0.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.3
- Property svn:mergeinfo
-
old new 14 14 /vendor/openssl/3.0.1:150323-150324 15 15 /vendor/openssl/3.0.2:150728-150729 16 /vendor/openssl/current:147554-150727 16 /vendor/openssl/3.0.3:151497-151729 17 /vendor/openssl/current:147554-151496
-
- Property svn:mergeinfo
-
trunk/src/libs/openssl-3.0.3/test/recipes/90-test_sslapi.t
r94320 r95219 1 1 #! /usr/bin/env perl 2 # Copyright 2016-202 1The OpenSSL Project Authors. All Rights Reserved.2 # Copyright 2016-2022 The OpenSSL Project Authors. All Rights Reserved. 3 3 # 4 4 # Licensed under the Apache License 2.0 (the "License"). You may not use … … 33 33 srctop_file("test", "recipes", "90-test_sslapi_data", 34 34 "passwd.txt"), $tmpfilename, "default", 35 srctop_file("test", "default.cnf")])), 35 srctop_file("test", "default.cnf"), 36 srctop_file("test", 37 "recipes", 38 "90-test_sslapi_data", 39 "dhparams.pem")])), 36 40 "running sslapitest"); 37 41 … … 40 44 srctop_file("test", "recipes", "90-test_sslapi_data", 41 45 "passwd.txt"), $tmpfilename, "fips", 42 srctop_file("test", "fips-and-base.cnf")])), 46 srctop_file("test", "fips-and-base.cnf"), 47 srctop_file("test", 48 "recipes", 49 "90-test_sslapi_data", 50 "dhparams.pem")])), 43 51 "running sslapitest"); 44 52 }
Note:
See TracChangeset
for help on using the changeset viewer.