summaryrefslogtreecommitdiff
path: root/src/lib/libssl/crypto
diff options
context:
space:
mode:
authordjm <>2010-10-06 22:57:46 +0000
committerdjm <>2010-10-06 22:57:46 +0000
commit9b33e0a4893772bd3689c8403a7754593410469a (patch)
tree9b04e95e5f06db0c684af0ddf591d406d701cbf2 /src/lib/libssl/crypto
parentd98f5be34ed52ab16dd147ef017c75cafb7bfd35 (diff)
downloadopenbsd-9b33e0a4893772bd3689c8403a7754593410469a.tar.gz
openbsd-9b33e0a4893772bd3689c8403a7754593410469a.tar.bz2
openbsd-9b33e0a4893772bd3689c8403a7754593410469a.zip
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@
Diffstat (limited to 'src/lib/libssl/crypto')
-rw-r--r--src/lib/libssl/crypto/Makefile4
1 files changed, 2 insertions, 2 deletions
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 @@
1# $OpenBSD: Makefile,v 1.56 2010/10/04 19:15:40 naddy Exp $ 1# $OpenBSD: Makefile,v 1.57 2010/10/06 22:57:46 djm Exp $
2 2
3LIB= crypto 3LIB= crypto
4WANTLINT= 4WANTLINT=
@@ -150,7 +150,7 @@ SRCS+= eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c
150SRCS+= eng_table.c eng_pkey.c eng_fat.c eng_all.c 150SRCS+= eng_table.c eng_pkey.c eng_fat.c eng_all.c
151SRCS+= tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c 151SRCS+= tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c
152SRCS+= tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c 152SRCS+= tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c
153SRCS+= eng_openssl.c eng_cnf.c eng_dyn.c eng_cryptodev.c 153SRCS+= eng_openssl.c eng_cnf.c eng_dyn.c hw_cryptodev.c
154SRCS+= eng_aesni.c # local addition 154SRCS+= eng_aesni.c # local addition
155 155
156# err/ 156# err/