View | Details | Raw Unified | Return to bug 183584
Collapse All | Expand All

(-)secure/lib/libcrypto/Makefile (-2 / +2 lines)
Lines 159-166 Link Here
159
# ec
159
# ec
160
SRCS+=	ec2_mult.c ec2_oct.c ec2_smpl.c ec_ameth.c ec_asn1.c ec_check.c \
160
SRCS+=	ec2_mult.c ec2_oct.c ec2_smpl.c ec_ameth.c ec_asn1.c ec_check.c \
161
	ec_curve.c ec_cvt.c ec_err.c ec_key.c ec_lib.c ec_mult.c ec_oct.c \
161
	ec_curve.c ec_cvt.c ec_err.c ec_key.c ec_lib.c ec_mult.c ec_oct.c \
162
	ec_pmeth.c ec_print.c eck_prn.c ecp_mont.c ecp_nist.c ecp_oct.c \
162
	ec_pmeth.c ec_print.c eck_prn.c ecp_mont.c ecp_nist.c ecp_nistp224.c \
163
	ecp_smpl.c
163
	ecp_nistp256.c ecp_nistp521.c ecp_nistputil.c ecp_oct.c ecp_smpl.c
164
INCS+=	ec.h
164
INCS+=	ec.h
165
165
166
# ecdh
166
# ecdh
(-)secure/lib/libcrypto/opensslconf-x86.h (-3 lines)
Lines 6-14 Link Here
6
#ifndef OPENSSL_DOING_MAKEDEPEND
6
#ifndef OPENSSL_DOING_MAKEDEPEND
7
7
8
8
9
#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
10
# define OPENSSL_NO_EC_NISTP_64_GCC_128
11
#endif
12
#ifndef OPENSSL_NO_GMP
9
#ifndef OPENSSL_NO_GMP
13
# define OPENSSL_NO_GMP
10
# define OPENSSL_NO_GMP
14
#endif
11
#endif

Return to bug 183584