From: deraadt Date: Wed, 7 May 2014 00:04:14 +0000 (+0000) Subject: miod forgot about fcrypt_b.c being needed, before he went off to get his X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e27d8b64838ba3c2d0befc683e87c494b104dd74;p=openbsd miod forgot about fcrypt_b.c being needed, before he went off to get his beauty sleep. He's probably having a nightmare about this right now.... ok tedu --- diff --git a/lib/libcrypto/arch/i386/Makefile.inc b/lib/libcrypto/arch/i386/Makefile.inc index a4b8c46ef35..e450bfe8aae 100644 --- a/lib/libcrypto/arch/i386/Makefile.inc +++ b/lib/libcrypto/arch/i386/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 2014/05/06 19:55:06 miod Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2014/05/07 00:04:14 deraadt Exp $ # i386-specific libcrypto build rules @@ -21,6 +21,7 @@ SSLASM+= bn x86-mont CFLAGS+= -DOPENSSL_BN_ASM_GF2m SSLASM+= bn x86-gf2m # des +SRCS+= fcrypt_b.c SSLASM+= des des-586 # md5 CFLAGS+= -DMD5_ASM diff --git a/lib/libcrypto/crypto/arch/i386/Makefile.inc b/lib/libcrypto/crypto/arch/i386/Makefile.inc index a4b8c46ef35..e450bfe8aae 100644 --- a/lib/libcrypto/crypto/arch/i386/Makefile.inc +++ b/lib/libcrypto/crypto/arch/i386/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 2014/05/06 19:55:06 miod Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2014/05/07 00:04:14 deraadt Exp $ # i386-specific libcrypto build rules @@ -21,6 +21,7 @@ SSLASM+= bn x86-mont CFLAGS+= -DOPENSSL_BN_ASM_GF2m SSLASM+= bn x86-gf2m # des +SRCS+= fcrypt_b.c SSLASM+= des des-586 # md5 CFLAGS+= -DMD5_ASM