diff options
author | djm <> | 2010-10-06 22:57:46 +0000 |
---|---|---|
committer | djm <> | 2010-10-06 22:57:46 +0000 |
commit | 9b33e0a4893772bd3689c8403a7754593410469a (patch) | |
tree | 9b04e95e5f06db0c684af0ddf591d406d701cbf2 /src/lib/libssl/crypto | |
parent | d98f5be34ed52ab16dd147ef017c75cafb7bfd35 (diff) | |
download | openbsd-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/Makefile | 4 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | WANTLINT= | 4 | WANTLINT= |
@@ -150,7 +150,7 @@ SRCS+= eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c | |||
150 | SRCS+= eng_table.c eng_pkey.c eng_fat.c eng_all.c | 150 | SRCS+= eng_table.c eng_pkey.c eng_fat.c eng_all.c |
151 | SRCS+= tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c | 151 | SRCS+= tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c |
152 | SRCS+= tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c | 152 | SRCS+= tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c |
153 | SRCS+= eng_openssl.c eng_cnf.c eng_dyn.c eng_cryptodev.c | 153 | SRCS+= eng_openssl.c eng_cnf.c eng_dyn.c hw_cryptodev.c |
154 | SRCS+= eng_aesni.c # local addition | 154 | SRCS+= eng_aesni.c # local addition |
155 | 155 | ||
156 | # err/ | 156 | # err/ |