Browse Source

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
OPENBSD_5_6
deraadt 10 years ago
parent
commit
7fa36fd938
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/lib/libcrypto/crypto/arch/i386/Makefile.inc

+ 2
- 1
src/lib/libcrypto/crypto/arch/i386/Makefile.inc View 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


Loading…
Cancel
Save