summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2023-07-21 09:04:23 +0000
committertb <>2023-07-21 09:04:23 +0000
commitf3f431c8f6134c5d325ede30963e2f1edd9a0718 (patch)
treea06a9f51ed23a061b5e6a00600a42d86ad37ce11 /src/lib/libcrypto/Makefile
parent0fa0e5b768255277d5110ebe72faab0818b80b86 (diff)
downloadopenbsd-f3f431c8f6134c5d325ede30963e2f1edd9a0718.tar.gz
openbsd-f3f431c8f6134c5d325ede30963e2f1edd9a0718.tar.bz2
openbsd-f3f431c8f6134c5d325ede30963e2f1edd9a0718.zip
Provide a bunch of always failing ENGINE API
This commit adds a few symbols under OPENSSL_NO_ENGINE. They will be used after the main ENGINE code is disabled in the next bump. The ecosystem is mostly prepared for dealing with a libcrypto compiled with OPENSSL_NO_ENGINE. There are a few stragglers like M2Crypto, dovecot and the latest apr-util release (fixed in their development branch). To avoid intrusive patching in these ports, we need to keep a bunch of ENGINE symbols around despite adding OPENSSL_NO_ENGINE. This of course meant patching some other ports, but that was way easier. ok jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 8ec9b1b3d8..b9cb2eddce 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.138 2023/07/20 16:36:06 tb Exp $ 1# $OpenBSD: Makefile,v 1.139 2023/07/21 09:04:23 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -362,6 +362,7 @@ SRCS+= ecs_lib.c
362SRCS+= ecdsa.c 362SRCS+= ecdsa.c
363 363
364# engine/ 364# engine/
365SRCS+= engine_stubs.c
365SRCS+= eng_all.c 366SRCS+= eng_all.c
366SRCS+= eng_cnf.c 367SRCS+= eng_cnf.c
367SRCS+= eng_ctrl.c 368SRCS+= eng_ctrl.c