View | Details | Raw Unified | Return to bug 164795 | Differences between
and this patch

Collapse All | Expand All

(-)openssl/Makefile 2012-02-05 13:04:36.000000000 +0100 (+1 lines)
Lines 33-38 Link Here
33
               ZLIB    "Build with zlib compression" on \
33
               ZLIB    "Build with zlib compression" on \
34
               MD2     "Build with MD2 hash (obsolete)" on \
34
               MD2     "Build with MD2 hash (obsolete)" on \
35
               RC5     "Build with RC5 chipher (patented)" off \
35
               RC5     "Build with RC5 chipher (patented)" off \
36
               PADLOCK "Build with Via Padlock support" off \
36
               RFC3779 "Build with RFC3779 support" off \
37
               RFC3779 "Build with RFC3779 support" off \
37
       DTLS_RENEGOTIATION      "Build with DTLS Abbr. renegotiations" off \
38
       DTLS_RENEGOTIATION      "Build with DTLS Abbr. renegotiations" off \
38
       DTLS_HEARTBEAT          "Build with DTLS Heartbeat Extension" off \
39
       DTLS_HEARTBEAT          "Build with DTLS Heartbeat Extension" off \
Lines 1092-1097 Link Here
1092
PLIST_SUB+=    WITH_RC5="@comment "
1093
PLIST_SUB+=    WITH_RC5="@comment "
1093
.endif
1094
.endif

Return to bug 164795