FreeBSD Bugzilla – Attachment 8955 Details for
Bug 18555
IDEA encryption disabled in OpenSSL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.30 KB, created by
adsharma
on 2000-05-15 03:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
adsharma
Created:
2000-05-15 03:00:01 UTC
Size:
1.30 KB
patch
obsolete
>--- src/secure/lib/libcrypto/Makefile- Sun May 14 18:36:24 2000 >+++ src/secure/lib/libcrypto/Makefile Sun May 14 18:42:24 2000 >@@ -13,7 +13,7 @@ > ${LCRYPTO_SRC}/rc2 ${LCRYPTO_SRC}/rc4 ${LCRYPTO_SRC}/rc5 \ > ${LCRYPTO_SRC}/ripemd ${LCRYPTO_SRC}/rsa ${LCRYPTO_SRC}/../rsaref \ > ${LCRYPTO_SRC}/sha ${LCRYPTO_SRC}/stack ${LCRYPTO_SRC}/txt_db \ >- ${LCRYPTO_SRC}/x509 ${LCRYPTO_SRC}/x509v3 >+ ${LCRYPTO_SRC}/x509 ${LCRYPTO_SRC}/x509v3 ${LCRYPTO_SRC}/idea > > LIB= crypto > SHLIB_MAJOR= 1 >@@ -171,6 +171,11 @@ > rc4/rc4.h rc5/rc5.h ripemd/ripemd.h rsa/rsa.h stack/safestack.h \ > sha/sha.h stack/stack.h tmdiff.h txt_db/txt_db.h x509/x509.h \ > x509/x509_vfy.h x509v3/x509v3.h >+ >+.if exists(${LCRYPTO_SRC}/idea) >+SRCS+= i_cbc.c i_cfb64.c i_ecb.c i_ofb64.c i_skey.c >+HDRS+= idea/idea.h >+.endif > > .for h in ${HDRS} > CRYPTO_HDRS+= ${LCRYPTO_SRC}/${h} >--- src/secure/lib/libcrypto/Makefile.inc- Sun May 14 18:39:50 2000 >+++ src/secure/lib/libcrypto/Makefile.inc Sun May 14 18:40:00 2000 >@@ -1,7 +1,7 @@ > # $FreeBSD: src/secure/lib/libcrypto/Makefile.inc,v 1.9 2000/02/26 13:06:56 peter Exp $ > > LCRYPTO_SRC= ${.CURDIR}/../../../crypto/openssl/crypto >-CFLAGS+= -DTERMIOS -DANSI_SOURCE -DNO_IDEA -I${LCRYPTO_SRC} -I${.OBJDIR} >+CFLAGS+= -DTERMIOS -DANSI_SOURCE -I${LCRYPTO_SRC} -I${.OBJDIR} > > .if ${MACHINE_ARCH} == "i386" > CFLAGS+= -DL_ENDIAN
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18555
: 8955