Lines 32-37
Link Here
|
32 |
SCTP "include SCTP support" on \ |
32 |
SCTP "include SCTP support" on \ |
33 |
MD2 "Build with MD2 hash (obsolete)" on \ |
33 |
MD2 "Build with MD2 hash (obsolete)" on \ |
34 |
RC5 "Build with RC5 chipher (patented)" off \ |
34 |
RC5 "Build with RC5 chipher (patented)" off \ |
|
|
35 |
PADLOCK "Build with Via Padlock support" off \ |
35 |
RFC3779 "Build with RFC3779 support" off |
36 |
RFC3779 "Build with RFC3779 support" off |
36 |
|
37 |
|
37 |
MAKE_JOBS_UNSAFE= yes |
38 |
MAKE_JOBS_UNSAFE= yes |
Lines 1098-1103
Link Here
|
1098 |
PLIST_SUB+= WITH_RC5="@comment " |
1099 |
PLIST_SUB+= WITH_RC5="@comment " |
1099 |
.endif |
1100 |
.endif |
1100 |
|
1101 |
|
|
|
1102 |
.if defined(WITH_PADLOCK) |
1103 |
PATCH_DIST_STRIP= -p1 |
1104 |
PATCH_SITES+= http://git.alpinelinux.org/cgit/aports/plain/main/openssl/:padlock |
1105 |
PATCHFILES+= 0001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch:padlock \ |
1106 |
0003-engines-e_padlock-backport-cvs-head-changes.patch:padlock \ |
1107 |
0004-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch:padlock \ |
1108 |
0005-crypto-engine-autoload-padlock-dynamic-engine.patch:padlock |
1109 |
.endif |
1110 |
|
1101 |
.if defined(WITH_GMP) |
1111 |
.if defined(WITH_GMP) |
1102 |
EXTRACONFIGURE+= enable-gmp |
1112 |
EXTRACONFIGURE+= enable-gmp |
1103 |
IGNORE= GMP is LGPLv3 an can not be linked. |
1113 |
IGNORE= GMP is LGPLv3 an can not be linked. |