public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openssl] rebase_40beta: Remove unused patch.
@ 2026-06-09 12:42 Tomas Mraz
0 siblings, 0 replies; only message in thread
From: Tomas Mraz @ 2026-06-09 12:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/openssl
Branch : rebase_40beta
Commit : edb70644c7b6a5b53c640c3f85b224e7d03e2050
Author : Tomas Mraz <tmraz@fedoraproject.org>
Date : 2011-09-07T20:35:33+02:00
Stats : +0/-33 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/openssl/c/edb70644c7b6a5b53c640c3f85b224e7d03e2050?branch=rebase_40beta
Log:
Remove unused patch.
---
diff --git a/intel-accel-1.3-build.patch b/intel-accel-1.3-build.patch
deleted file mode 100644
index 99beb0d..0000000
--- a/intel-accel-1.3-build.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -up intel-accel-1.3/e_intelx.c.iabuild intel-accel-1.3/e_intelx.c
---- intel-accel-1.3/e_intelx.c.iabuild 2011-07-12 16:40:07.000000000 +0200
-+++ intel-accel-1.3/e_intelx.c 2011-07-20 14:02:22.000000000 +0200
-@@ -318,7 +318,7 @@ intelx_digests (ENGINE *e, const EVP_MD
- */
- size_t OPENSSL_ia32_rdrand(void);
-
--static int intelx_get_random_bytes (unsigned char *buf, size_t num)
-+static int intelx_get_random_bytes (unsigned char *buf, int num)
- {
- size_t rnd;
-
-diff -up intel-accel-1.3/Makefile.iabuild intel-accel-1.3/Makefile
---- intel-accel-1.3/Makefile.iabuild 2011-07-11 17:01:31.000000000 +0200
-+++ intel-accel-1.3/Makefile 2011-07-20 14:06:33.000000000 +0200
-@@ -4,7 +4,7 @@
- CC=$(CC) perl $< elf > $@
-
- CC=gcc
--CFLAGS=-fPIC -O -fomit-frame-pointer -Wall
-+CFLAGS=-fPIC $(RPM_OPT_FLAGS) -I../include
- AS=$(CC) -c -Wa,-noexecstack
-
- OBJ=e_intelx.o e_rc4_hmac_md5.o e_aes_cbc_hmac_sha1.o
-@@ -16,7 +16,7 @@ OBJ+=sha1-586.o rc4-586.o aesni-x86.o x8
- endif
-
- libintel-accel.so: $(OBJ) Makefile
-- $(CC) -shared -o $@ $(OBJ) -Wl,-Bsymbolic,--version-script=libintelx.map
-+ $(CC) -shared -fPIC $(RPM_OPT_FLAGS) -o $@ $(OBJ) -Wl,-Bsymbolic,--version-script=libintelx.map
-
- sha1-%.s: sha1-%.pl
- rc4-%.s: rc4-%.pl
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-09 12:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 12:42 [rpms/openssl] rebase_40beta: Remove unused patch Tomas Mraz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox