Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:24
erlang
2651-crypto-Hard-coded-removal-of-deprecated-wa...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 2651-crypto-Hard-coded-removal-of-deprecated-warning-for-.patch of Package erlang
From 056f76c39664c9e8441f49dc742d63511096d4a3 Mon Sep 17 00:00:00 2001 From: Hans Nilsson <hans@erlang.org> Date: Mon, 1 Aug 2022 18:12:43 +0200 Subject: [PATCH 1/3] crypto: Hard-coded removal of deprecated warning for ENGINE function calls --- lib/crypto/c_src/Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/crypto/c_src/Makefile.in b/lib/crypto/c_src/Makefile.in index 1691a7d120..aedc9e7a13 100644 --- a/lib/crypto/c_src/Makefile.in +++ b/lib/crypto/c_src/Makefile.in @@ -209,6 +209,17 @@ endif # $(V_at)$(INSTALL_DIR) $(OBJDIR) # $(V_CC) -c -o $@ $(ALL_CFLAGS) $(CRYPTO_NO_DEPRECATE_WARN) $< +# ---- Hard-coded removal of deprecated warning for ENGINE function calls +$(OBJDIR)/engine$(TYPEMARKER).o: engine.c + $(V_at)$(INSTALL_DIR) $(OBJDIR) + $(V_CC) -c -o $@ $(ALL_CFLAGS) $(CRYPTO_NO_DEPRECATE_WARN) $< + +$(OBJDIR)/pkey$(TYPEMARKER).o: pkey.c + $(V_at)$(INSTALL_DIR) $(OBJDIR) + $(V_CC) -c -o $@ $(ALL_CFLAGS) $(CRYPTO_NO_DEPRECATE_WARN) $< + +# ---- End of Hard-coded removal of deprecated warning for ENGINE function calls + $(OBJDIR)/%$(TYPEMARKER).o: %.c $(V_at)$(INSTALL_DIR) $(OBJDIR) $(V_CC) -MMD -c -o $@ $(ALL_CFLAGS) $< -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor