summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjason <>2002-09-26 22:08:25 +0000
committerjason <>2002-09-26 22:08:25 +0000
commita0be487a69b89fc315adf92fbed14db569c7fd40 (patch)
tree76d831a27f4fa82e900fe40fe68847f4e0c04439
parent86f7d34adeb180c6f13c1d0e85e5b603b3ccc1c2 (diff)
downloadopenbsd-a0be487a69b89fc315adf92fbed14db569c7fd40.tar.gz
openbsd-a0be487a69b89fc315adf92fbed14db569c7fd40.tar.bz2
openbsd-a0be487a69b89fc315adf92fbed14db569c7fd40.zip
Disable the engine stuff
-rw-r--r--src/lib/libssl/crypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile
index a05ac78e0e..d6184ed8ef 100644
--- a/src/lib/libssl/crypto/Makefile
+++ b/src/lib/libssl/crypto/Makefile
@@ -26,6 +26,7 @@ CFLAGS+= -DB_ENDIAN
26 26
27CFLAGS+= -DNO_IDEA -DTERMIOS -DANSI_SOURCE -DNO_ERR -DNO_WINDOWS_BRAINDEATH 27CFLAGS+= -DNO_IDEA -DTERMIOS -DANSI_SOURCE -DNO_ERR -DNO_WINDOWS_BRAINDEATH
28CFLAGS+= -DNO_RC5 28CFLAGS+= -DNO_RC5
29CFLAGS+= -DNO_HW_CSWIFT -DNO_HW_NCIPHER -DNO_HW_ATALLA
29CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST} 30CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST}
30CFLAGS+= -I${LCRYPTO_SRC} 31CFLAGS+= -I${LCRYPTO_SRC}
31CFLAGS+= -I${LCRYPTO_INC} 32CFLAGS+= -I${LCRYPTO_INC}
@@ -159,7 +160,7 @@ SRCS+= p12_decr.c p12_init.c p12_key.c p12_kiss.c p12_lib.c p12_mac.c
159SRCS+= p12_mutl.c p12_sbag.c p12_utl.c pk12err.c p12_npas.c 160SRCS+= p12_mutl.c p12_sbag.c p12_utl.c pk12err.c p12_npas.c
160CFLAGS+= -I${LCRYPTO_SRC}/engine 161CFLAGS+= -I${LCRYPTO_SRC}/engine
161SRCS+= engine_err.c engine_lib.c engine_list.c engine_openssl.c 162SRCS+= engine_err.c engine_lib.c engine_list.c engine_openssl.c
162SRCS+= hw_ncipher.c hw_atalla.c hw_cswift.c 163#SRCS+= hw_ncipher.c hw_atalla.c hw_cswift.c
163CFLAGS+= -I${LCRYPTO_SRC}/dso 164CFLAGS+= -I${LCRYPTO_SRC}/dso
164SRCS+= dso_dl.c dso_dlfcn.c dso_err.c dso_lib.c dso_null.c 165SRCS+= dso_dl.c dso_dlfcn.c dso_err.c dso_lib.c dso_null.c
165SRCS+= dso_openssl.c dso_win32.c dso_vms.c 166SRCS+= dso_openssl.c dso_win32.c dso_vms.c