diff options
author | jason <> | 2002-09-26 22:08:25 +0000 |
---|---|---|
committer | jason <> | 2002-09-26 22:08:25 +0000 |
commit | a0be487a69b89fc315adf92fbed14db569c7fd40 (patch) | |
tree | 76d831a27f4fa82e900fe40fe68847f4e0c04439 | |
parent | 86f7d34adeb180c6f13c1d0e85e5b603b3ccc1c2 (diff) | |
download | openbsd-a0be487a69b89fc315adf92fbed14db569c7fd40.tar.gz openbsd-a0be487a69b89fc315adf92fbed14db569c7fd40.tar.bz2 openbsd-a0be487a69b89fc315adf92fbed14db569c7fd40.zip |
Disable the engine stuff
-rw-r--r-- | src/lib/libssl/crypto/Makefile | 3 |
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 | ||
27 | CFLAGS+= -DNO_IDEA -DTERMIOS -DANSI_SOURCE -DNO_ERR -DNO_WINDOWS_BRAINDEATH | 27 | CFLAGS+= -DNO_IDEA -DTERMIOS -DANSI_SOURCE -DNO_ERR -DNO_WINDOWS_BRAINDEATH |
28 | CFLAGS+= -DNO_RC5 | 28 | CFLAGS+= -DNO_RC5 |
29 | CFLAGS+= -DNO_HW_CSWIFT -DNO_HW_NCIPHER -DNO_HW_ATALLA | ||
29 | CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST} | 30 | CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST} |
30 | CFLAGS+= -I${LCRYPTO_SRC} | 31 | CFLAGS+= -I${LCRYPTO_SRC} |
31 | CFLAGS+= -I${LCRYPTO_INC} | 32 | CFLAGS+= -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 | |||
159 | SRCS+= p12_mutl.c p12_sbag.c p12_utl.c pk12err.c p12_npas.c | 160 | SRCS+= p12_mutl.c p12_sbag.c p12_utl.c pk12err.c p12_npas.c |
160 | CFLAGS+= -I${LCRYPTO_SRC}/engine | 161 | CFLAGS+= -I${LCRYPTO_SRC}/engine |
161 | SRCS+= engine_err.c engine_lib.c engine_list.c engine_openssl.c | 162 | SRCS+= engine_err.c engine_lib.c engine_list.c engine_openssl.c |
162 | SRCS+= hw_ncipher.c hw_atalla.c hw_cswift.c | 163 | #SRCS+= hw_ncipher.c hw_atalla.c hw_cswift.c |
163 | CFLAGS+= -I${LCRYPTO_SRC}/dso | 164 | CFLAGS+= -I${LCRYPTO_SRC}/dso |
164 | SRCS+= dso_dl.c dso_dlfcn.c dso_err.c dso_lib.c dso_null.c | 165 | SRCS+= dso_dl.c dso_dlfcn.c dso_err.c dso_lib.c dso_null.c |
165 | SRCS+= dso_openssl.c dso_win32.c dso_vms.c | 166 | SRCS+= dso_openssl.c dso_win32.c dso_vms.c |