diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-05-07 00:04:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-05-07 00:04:15 +0000 |
commit | a143cf08bcc473bb32f9185525ef0abbc0216336 (patch) | |
tree | 3e53652038a40fc929409d8bda34f675b65ed1ac /lib/libcrypto/arch | |
parent | b178add5c9c2a038643e7e3e3589881002b8b00d (diff) |
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
Diffstat (limited to 'lib/libcrypto/arch')
-rw-r--r-- | lib/libcrypto/arch/i386/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
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 |