From 283cf548ed21ec24c99de94f8eb67a99df6a04c0 Mon Sep 17 00:00:00 2001 From: djm <> Date: Wed, 6 Oct 2010 22:57:46 +0000 Subject: More OpenSSL fixes: - Update local engines for the EVP API change (len u_int => size_t) - Use hw_cryptodev.c instead of eng_cryptodev.c - Make x86_64-xlate.pl always write to the output file and not stdout, fixing "make -j" builds (spotted by naddy@) ok naddy@ --- src/lib/libssl/crypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libssl/crypto/Makefile') diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index 93657a0bb8..dfcfffe193 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.56 2010/10/04 19:15:40 naddy Exp $ +# $OpenBSD: Makefile,v 1.57 2010/10/06 22:57:46 djm Exp $ LIB= crypto WANTLINT= @@ -150,7 +150,7 @@ SRCS+= eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c SRCS+= eng_table.c eng_pkey.c eng_fat.c eng_all.c SRCS+= tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c SRCS+= tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c -SRCS+= eng_openssl.c eng_cnf.c eng_dyn.c eng_cryptodev.c +SRCS+= eng_openssl.c eng_cnf.c eng_dyn.c hw_cryptodev.c SRCS+= eng_aesni.c # local addition # err/ -- cgit v1.2.3-55-g6feb