diff options
| author | deraadt <> | 2014-05-07 00:04:14 +0000 |
|---|---|---|
| committer | deraadt <> | 2014-05-07 00:04:14 +0000 |
| commit | c487520c2244b27892a86f1a8c76dbaf03929e9e (patch) | |
| tree | e977f8f366eef2981a61970da2e62b1fe71ea745 /src/lib/libc | |
| parent | 015552cf00979e4854cddb345583a07868825112 (diff) | |
| download | openbsd-c487520c2244b27892a86f1a8c76dbaf03929e9e.tar.gz openbsd-c487520c2244b27892a86f1a8c76dbaf03929e9e.tar.bz2 openbsd-c487520c2244b27892a86f1a8c76dbaf03929e9e.zip | |
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 '')
| -rw-r--r-- | src/lib/libcrypto/arch/i386/Makefile.inc | 3 | ||||
| -rw-r--r-- | src/lib/libcrypto/crypto/arch/i386/Makefile.inc | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/arch/i386/Makefile.inc b/src/lib/libcrypto/arch/i386/Makefile.inc index a4b8c46ef3..e450bfe8aa 100644 --- a/src/lib/libcrypto/arch/i386/Makefile.inc +++ b/src/lib/libcrypto/arch/i386/Makefile.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.2 2014/05/06 19:55:06 miod Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.3 2014/05/07 00:04:14 deraadt Exp $ |
| 2 | 2 | ||
| 3 | # i386-specific libcrypto build rules | 3 | # i386-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -21,6 +21,7 @@ SSLASM+= bn x86-mont | |||
| 21 | CFLAGS+= -DOPENSSL_BN_ASM_GF2m | 21 | CFLAGS+= -DOPENSSL_BN_ASM_GF2m |
| 22 | SSLASM+= bn x86-gf2m | 22 | SSLASM+= bn x86-gf2m |
| 23 | # des | 23 | # des |
| 24 | SRCS+= fcrypt_b.c | ||
| 24 | SSLASM+= des des-586 | 25 | SSLASM+= des des-586 |
| 25 | # md5 | 26 | # md5 |
| 26 | CFLAGS+= -DMD5_ASM | 27 | CFLAGS+= -DMD5_ASM |
diff --git a/src/lib/libcrypto/crypto/arch/i386/Makefile.inc b/src/lib/libcrypto/crypto/arch/i386/Makefile.inc index a4b8c46ef3..e450bfe8aa 100644 --- a/src/lib/libcrypto/crypto/arch/i386/Makefile.inc +++ b/src/lib/libcrypto/crypto/arch/i386/Makefile.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.2 2014/05/06 19:55:06 miod Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.3 2014/05/07 00:04:14 deraadt Exp $ |
| 2 | 2 | ||
| 3 | # i386-specific libcrypto build rules | 3 | # i386-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -21,6 +21,7 @@ SSLASM+= bn x86-mont | |||
| 21 | CFLAGS+= -DOPENSSL_BN_ASM_GF2m | 21 | CFLAGS+= -DOPENSSL_BN_ASM_GF2m |
| 22 | SSLASM+= bn x86-gf2m | 22 | SSLASM+= bn x86-gf2m |
| 23 | # des | 23 | # des |
| 24 | SRCS+= fcrypt_b.c | ||
| 24 | SSLASM+= des des-586 | 25 | SSLASM+= des des-586 |
| 25 | # md5 | 26 | # md5 |
| 26 | CFLAGS+= -DMD5_ASM | 27 | CFLAGS+= -DMD5_ASM |
