@@ -56,8 +56,8 @@ our %config = (
56
56
shlib_version_number => " 1.1" ,
57
57
sourcedir => " ." ,
58
58
target => " BSD-x86_64" ,
59
- version => " 1.1.0h " ,
60
- version_num => " 0x1010008fL " ,
59
+ version => " 1.1.0i " ,
60
+ version_num => " 0x1010009fL " ,
61
61
);
62
62
63
63
our %target = (
@@ -1076,6 +1076,10 @@ our %unified_info = (
1076
1076
[
1077
1077
" libcrypto" ,
1078
1078
],
1079
+ " test/errtest" =>
1080
+ [
1081
+ " libcrypto" ,
1082
+ ],
1079
1083
" test/evp_extra_test" =>
1080
1084
[
1081
1085
" libcrypto" ,
@@ -1242,10 +1246,22 @@ our %unified_info = (
1242
1246
[
1243
1247
" libcrypto" ,
1244
1248
],
1249
+ " test/versions" =>
1250
+ [
1251
+ " libcrypto" ,
1252
+ ],
1245
1253
" test/wp_test" =>
1246
1254
[
1247
1255
" libcrypto" ,
1248
1256
],
1257
+ " test/x509_dup_cert_test" =>
1258
+ [
1259
+ " libcrypto" ,
1260
+ ],
1261
+ " test/x509_time_test" =>
1262
+ [
1263
+ " libcrypto" ,
1264
+ ],
1249
1265
" test/x509aux" =>
1250
1266
[
1251
1267
" libcrypto" ,
@@ -3992,6 +4008,12 @@ our %unified_info = (
3992
4008
" crypto/include" ,
3993
4009
" include" ,
3994
4010
],
4011
+ " crypto/conf/conf_ssl.o" =>
4012
+ [
4013
+ " ." ,
4014
+ " crypto/include" ,
4015
+ " include" ,
4016
+ ],
3995
4017
" crypto/cpt_err.o" =>
3996
4018
[
3997
4019
" ." ,
@@ -6330,6 +6352,12 @@ our %unified_info = (
6330
6352
" crypto/include" ,
6331
6353
" include" ,
6332
6354
],
6355
+ " crypto/x509/x509_meth.o" =>
6356
+ [
6357
+ " ." ,
6358
+ " crypto/include" ,
6359
+ " include" ,
6360
+ ],
6333
6361
" crypto/x509/x509_obj.o" =>
6334
6362
[
6335
6363
" ." ,
@@ -7329,6 +7357,10 @@ our %unified_info = (
7329
7357
[
7330
7358
" include" ,
7331
7359
],
7360
+ " test/errtest.o" =>
7361
+ [
7362
+ " include" ,
7363
+ ],
7332
7364
" test/evp_extra_test.o" =>
7333
7365
[
7334
7366
" include" ,
@@ -7501,8 +7533,8 @@ our %unified_info = (
7501
7533
],
7502
7534
" test/testutil.o" =>
7503
7535
[
7504
- " crypto/include" ,
7505
7536
" test" ,
7537
+ " crypto/include" ,
7506
7538
" include" ,
7507
7539
" ." ,
7508
7540
],
@@ -7523,10 +7555,23 @@ our %unified_info = (
7523
7555
[
7524
7556
" include" ,
7525
7557
],
7558
+ " test/versions.o" =>
7559
+ [
7560
+ " include" ,
7561
+ ],
7526
7562
" test/wp_test.o" =>
7527
7563
[
7528
7564
" include" ,
7529
7565
],
7566
+ " test/x509_dup_cert_test.o" =>
7567
+ [
7568
+ " include" ,
7569
+ ],
7570
+ " test/x509_time_test.o" =>
7571
+ [
7572
+ " ." ,
7573
+ " include" ,
7574
+ ],
7530
7575
" test/x509aux.o" =>
7531
7576
[
7532
7577
" include" ,
@@ -7682,6 +7727,7 @@ our %unified_info = (
7682
7727
" test/ecdsatest" ,
7683
7728
" test/ectest" ,
7684
7729
" test/enginetest" ,
7730
+ " test/errtest" ,
7685
7731
" test/evp_extra_test" ,
7686
7732
" test/evp_test" ,
7687
7733
" test/exdatatest" ,
@@ -7722,7 +7768,10 @@ our %unified_info = (
7722
7768
" test/v3ext" ,
7723
7769
" test/v3nametest" ,
7724
7770
" test/verify_extra_test" ,
7771
+ " test/versions" ,
7725
7772
" test/wp_test" ,
7773
+ " test/x509_dup_cert_test" ,
7774
+ " test/x509_time_test" ,
7726
7775
" test/x509aux" ,
7727
7776
],
7728
7777
" rawlines" =>
@@ -8104,6 +8153,9 @@ our %unified_info = (
8104
8153
" test/enginetest" =>
8105
8154
[
8106
8155
],
8156
+ " test/errtest" =>
8157
+ [
8158
+ ],
8107
8159
" test/evp_extra_test" =>
8108
8160
[
8109
8161
],
@@ -8224,9 +8276,18 @@ our %unified_info = (
8224
8276
" test/verify_extra_test" =>
8225
8277
[
8226
8278
],
8279
+ " test/versions" =>
8280
+ [
8281
+ ],
8227
8282
" test/wp_test" =>
8228
8283
[
8229
8284
],
8285
+ " test/x509_dup_cert_test" =>
8286
+ [
8287
+ ],
8288
+ " test/x509_time_test" =>
8289
+ [
8290
+ ],
8230
8291
" test/x509aux" =>
8231
8292
[
8232
8293
],
@@ -9255,6 +9316,10 @@ our %unified_info = (
9255
9316
[
9256
9317
" crypto/conf/conf_sap.c" ,
9257
9318
],
9319
+ " crypto/conf/conf_ssl.o" =>
9320
+ [
9321
+ " crypto/conf/conf_ssl.c" ,
9322
+ ],
9258
9323
" crypto/cpt_err.o" =>
9259
9324
[
9260
9325
" crypto/cpt_err.c" ,
@@ -10735,6 +10800,10 @@ our %unified_info = (
10735
10800
[
10736
10801
" crypto/x509/x509_lu.c" ,
10737
10802
],
10803
+ " crypto/x509/x509_meth.o" =>
10804
+ [
10805
+ " crypto/x509/x509_meth.c" ,
10806
+ ],
10738
10807
" crypto/x509/x509_obj.o" =>
10739
10808
[
10740
10809
" crypto/x509/x509_obj.c" ,
@@ -11272,6 +11341,7 @@ our %unified_info = (
11272
11341
" crypto/conf/conf_mall.o" ,
11273
11342
" crypto/conf/conf_mod.o" ,
11274
11343
" crypto/conf/conf_sap.o" ,
11344
+ " crypto/conf/conf_ssl.o" ,
11275
11345
" crypto/cpt_err.o" ,
11276
11346
" crypto/cryptlib.o" ,
11277
11347
" crypto/ct/ct_b64.o" ,
@@ -11642,6 +11712,7 @@ our %unified_info = (
11642
11712
" crypto/x509/x509_err.o" ,
11643
11713
" crypto/x509/x509_ext.o" ,
11644
11714
" crypto/x509/x509_lu.o" ,
11715
+ " crypto/x509/x509_meth.o" ,
11645
11716
" crypto/x509/x509_obj.o" ,
11646
11717
" crypto/x509/x509_r2x.o" ,
11647
11718
" crypto/x509/x509_req.o" ,
@@ -12647,6 +12718,15 @@ our %unified_info = (
12647
12718
[
12648
12719
" test/enginetest.c" ,
12649
12720
],
12721
+ " test/errtest" =>
12722
+ [
12723
+ " test/errtest.o" ,
12724
+ " test/testutil.o" ,
12725
+ ],
12726
+ " test/errtest.o" =>
12727
+ [
12728
+ " test/errtest.c" ,
12729
+ ],
12650
12730
" test/evp_extra_test" =>
12651
12731
[
12652
12732
" test/evp_extra_test.o" ,
@@ -12996,6 +13076,14 @@ our %unified_info = (
12996
13076
[
12997
13077
" test/verify_extra_test.c" ,
12998
13078
],
13079
+ " test/versions" =>
13080
+ [
13081
+ " test/versions.o" ,
13082
+ ],
13083
+ " test/versions.o" =>
13084
+ [
13085
+ " test/versions.c" ,
13086
+ ],
12999
13087
" test/wp_test" =>
13000
13088
[
13001
13089
" test/wp_test.o" ,
@@ -13004,6 +13092,23 @@ our %unified_info = (
13004
13092
[
13005
13093
" test/wp_test.c" ,
13006
13094
],
13095
+ " test/x509_dup_cert_test" =>
13096
+ [
13097
+ " test/x509_dup_cert_test.o" ,
13098
+ ],
13099
+ " test/x509_dup_cert_test.o" =>
13100
+ [
13101
+ " test/x509_dup_cert_test.c" ,
13102
+ ],
13103
+ " test/x509_time_test" =>
13104
+ [
13105
+ " test/testutil.o" ,
13106
+ " test/x509_time_test.o" ,
13107
+ ],
13108
+ " test/x509_time_test.o" =>
13109
+ [
13110
+ " test/x509_time_test.c" ,
13111
+ ],
13007
13112
" test/x509aux" =>
13008
13113
[
13009
13114
" test/x509aux.o" ,
0 commit comments