miod forgot about fcrypt_b.c being needed, before he went off to get his
authorderaadt <deraadt@openbsd.org>
Wed, 7 May 2014 00:04:14 +0000 (00:04 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 7 May 2014 00:04:14 +0000 (00:04 +0000)
beauty sleep.  He's probably having a nightmare about this right now....
ok tedu

lib/libcrypto/arch/i386/Makefile.inc
lib/libcrypto/crypto/arch/i386/Makefile.inc

index a4b8c46..e450bfe 100644 (file)
@@ -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
index a4b8c46..e450bfe 100644 (file)
@@ -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