diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-11 20:31:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-11 20:31:17 +0000 |
commit | 442fb3a9589843c4a2efce416f37fb12e8dddb5b (patch) | |
tree | cf542993b4b3e5dd6145ade7eae6729b92107c8a | |
parent | cbd6898db211297c28b14923d06ccd773c21e3ee (diff) |
Disable support for the other hardware accelerators. No need to crank the
major because these interfaces are really not exported (or used).
-rw-r--r-- | lib/libssl/crypto/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/lib/libssl/crypto/Makefile b/lib/libssl/crypto/Makefile index 97e12a758dc..30e0089af03 100644 --- a/lib/libssl/crypto/Makefile +++ b/lib/libssl/crypto/Makefile @@ -27,6 +27,9 @@ CFLAGS+= -DB_ENDIAN CFLAGS+= -DOPENSSL_NO_IDEA -DTERMIOS -DANSI_SOURCE -DNO_ERR -DOPENSSL_NO_ASM CFLAGS+= -DOPENSSL_NO_RC5 -DOPENSSL_NO_KRB5 -DSO_DLFCN -DHAVE_DLFCN_H CFLAGS+= -DNO_WINDOWS_BRAINDEATH +CFLAGS+= -DOPENSSL_NO_HW_CSWIFT -DOPENSSL_NO_HW_NCIPHER -DOPENSSL_NO_HW_ATALLA +CFLAGS+= -DOPENSSL_NO_HW_NURON -DOPENSSL_NO_HW_UBSEC -DOPENSSL_NO_HW_AEP +CFLAGS+= -DOPENSSL_NO_HW_SUREWARE CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST} CFLAGS+= -I${LCRYPTO_SRC} SRCS+= o_time.c @@ -158,11 +161,11 @@ SRCS+= p12_add.c p12_crpt.c p12_init.c p12_mutl.c p12_p8e.c SRCS+= p12_asn.c p12_crt.c p12_key.c p12_npas.c p12_utl.c SRCS+= p12_attr.c p12_decr.c p12_kiss.c p12_p8d.c pk12err.c CFLAGS+= -I${LCRYPTO_SRC}/engine -SRCS+= eng_all.c eng_openssl.c hw_openbsd_dev_crypto.c eng_ctrl.c eng_pkey.c -SRCS+= hw_ubsec.c eng_dyn.c eng_table.c tb_cipher.c eng_err.c tb_rsa.c hw_aep.c -SRCS+= hw_sureware.c hw_cryptodev.c eng_cnf.c -SRCS+= tb_dh.c eng_fat.c hw_atalla.c tb_digest.c eng_init.c hw_cswift.c -SRCS+= tb_dsa.c eng_lib.c hw_ncipher.c tb_rand.c eng_list.c hw_nuron.c +SRCS+= eng_all.c eng_openssl.c eng_ctrl.c eng_pkey.c +SRCS+= eng_dyn.c eng_table.c tb_cipher.c eng_err.c tb_rsa.c +SRCS+= hw_cryptodev.c eng_cnf.c +SRCS+= tb_dh.c eng_fat.c tb_digest.c eng_init.c +SRCS+= tb_dsa.c eng_lib.c tb_rand.c eng_list.c SRCs+= tb_rsa.c CFLAGS+= -I${LCRYPTO_SRC}/dso SRCS+= dso_dl.c dso_dlfcn.c dso_err.c dso_lib.c dso_null.c |