refresh all package patches in the buildroot using quilt
[openwrt.git] / package / openssl / patches / 150-no_engines.patch
1 Index: openssl-0.9.8e/util/libeay.num
2 ===================================================================
3 --- openssl-0.9.8e.orig/util/libeay.num 2007-06-04 13:23:32.021865832 +0200
4 +++ openssl-0.9.8e/util/libeay.num      2007-06-04 13:23:33.045710184 +0200
5 @@ -2071,7 +2071,6 @@
6  UI_add_error_string                     2633   EXIST::FUNCTION:
7  KRB5_CHECKSUM_free                      2634   EXIST::FUNCTION:
8  OCSP_REQUEST_get_ext                    2635   EXIST::FUNCTION:
9 -ENGINE_load_ubsec                       2636   EXIST::FUNCTION:ENGINE,STATIC_ENGINE
10  ENGINE_register_all_digests             2637   EXIST::FUNCTION:ENGINE
11  PKEY_USAGE_PERIOD_it                    2638   EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
12  PKEY_USAGE_PERIOD_it                    2638   EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
13 @@ -2545,7 +2544,6 @@
14  AES_set_encrypt_key                     3024   EXIST::FUNCTION:AES
15  OCSP_resp_count                         3025   EXIST::FUNCTION:
16  KRB5_CHECKSUM_new                       3026   EXIST::FUNCTION:
17 -ENGINE_load_cswift                      3027   EXIST::FUNCTION:ENGINE,STATIC_ENGINE
18  OCSP_onereq_get0_id                     3028   EXIST::FUNCTION:
19  ENGINE_set_default_ciphers              3029   EXIST::FUNCTION:ENGINE
20  NOTICEREF_it                            3030   EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
21 @@ -2576,7 +2574,6 @@
22  i2d_EXTENDED_KEY_USAGE                  3052   EXIST::FUNCTION:
23  i2d_OCSP_SIGNATURE                      3053   EXIST::FUNCTION:
24  asn1_enc_save                           3054   EXIST::FUNCTION:
25 -ENGINE_load_nuron                       3055   EXIST::FUNCTION:ENGINE,STATIC_ENGINE
26  _ossl_old_des_pcbc_encrypt              3056   EXIST::FUNCTION:DES
27  PKCS12_MAC_DATA_it                      3057   EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
28  PKCS12_MAC_DATA_it                      3057   EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
29 @@ -2600,7 +2597,6 @@
30  i2d_KRB5_CHECKSUM                       3072   EXIST::FUNCTION:
31  ENGINE_set_table_flags                  3073   EXIST::FUNCTION:ENGINE
32  AES_options                             3074   EXIST::FUNCTION:AES
33 -ENGINE_load_chil                        3075   EXIST::FUNCTION:ENGINE,STATIC_ENGINE
34  OCSP_id_cmp                             3076   EXIST::FUNCTION:
35  OCSP_BASICRESP_new                      3077   EXIST::FUNCTION:
36  OCSP_REQUEST_get_ext_by_NID             3078   EXIST::FUNCTION:
37 @@ -2667,7 +2663,6 @@
38  OCSP_CRLID_it                           3127   EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
39  i2d_KRB5_AUTHENTBODY                    3128   EXIST::FUNCTION:
40  OCSP_REQUEST_get_ext_count              3129   EXIST::FUNCTION:
41 -ENGINE_load_atalla                      3130   EXIST::FUNCTION:ENGINE,STATIC_ENGINE
42  X509_NAME_it                            3131   EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
43  X509_NAME_it                            3131   EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
44  USERNOTICE_it                           3132   EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
45 @@ -2762,8 +2757,6 @@
46  DES_read_password                       3207   EXIST::FUNCTION:DES
47  UI_UTIL_read_pw                         3208   EXIST::FUNCTION:
48  UI_UTIL_read_pw_string                  3209   EXIST::FUNCTION:
49 -ENGINE_load_aep                         3210   EXIST::FUNCTION:ENGINE,STATIC_ENGINE
50 -ENGINE_load_sureware                    3211   EXIST::FUNCTION:ENGINE,STATIC_ENGINE
51  OPENSSL_add_all_algorithms_noconf       3212   EXIST:!VMS:FUNCTION:
52  OPENSSL_add_all_algo_noconf             3212   EXIST:VMS:FUNCTION:
53  OPENSSL_add_all_algorithms_conf         3213   EXIST:!VMS:FUNCTION:
54 @@ -2772,7 +2765,6 @@
55  AES_ofb128_encrypt                      3215   EXIST::FUNCTION:AES
56  AES_ctr128_encrypt                      3216   EXIST::FUNCTION:AES
57  AES_cfb128_encrypt                      3217   EXIST::FUNCTION:AES
58 -ENGINE_load_4758cca                     3218   EXIST::FUNCTION:ENGINE,STATIC_ENGINE
59  _ossl_096_des_random_seed               3219   EXIST::FUNCTION:DES
60  EVP_aes_256_ofb                         3220   EXIST::FUNCTION:AES
61  EVP_aes_192_ofb                         3221   EXIST::FUNCTION:AES
62 @@ -3107,7 +3099,6 @@
63  STORE_method_set_modify_function        3530   EXIST:!VMS:FUNCTION:
64  STORE_meth_set_modify_fn                3530   EXIST:VMS:FUNCTION:
65  STORE_parse_attrs_next                  3531   EXIST::FUNCTION:
66 -ENGINE_load_padlock                     3532   EXIST::FUNCTION:ENGINE
67  EC_GROUP_set_curve_name                 3533   EXIST::FUNCTION:EC
68  X509_CERT_PAIR_it                       3534   EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
69  X509_CERT_PAIR_it                       3534   EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
70 Index: openssl-0.9.8e/Configure
71 ===================================================================
72 --- openssl-0.9.8e.orig/Configure       2007-06-04 13:23:32.598778128 +0200
73 +++ openssl-0.9.8e/Configure    2007-06-04 13:23:33.046710032 +0200
74 @@ -1644,6 +1644,11 @@
75         close(OUT);
76    }
77    
78 +# ugly hack to disable engines
79 +if($target eq "mingwx") {
80 +       system("sed -e s/^LIB/XLIB/g -i engines/Makefile");
81 +}
82 +  
83  print <<EOF;
84  
85  Configured for $target.