30cfca53f8
notable features: * Firefox Hello with new rooms-based conversations model * Implemented HTTP Public Key Pinning Extension (for enhanced authentication of encrypted connections) - rebased patches - dropped explicit support for everything older than 12.3 (including SLES11) * merge firefox-kde.patch and firefox-kde-114.patch * dropped mozilla-sle11.patch - reworked specfile to build conditionally based on release channel either Firefox or Firefox Developer Edition - added mozilla-openaes-decl.patch to fix implicit declarations - obsolete tracker-miner-firefox < 0.15 because it leads to startup crashes (bnc#908892) - rebased patches OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=419
26 lines
729 B
Diff
26 lines
729 B
Diff
# HG changeset patch
|
|
# Parent 33024abb3c58dab7239e32388df58e14f99defd5
|
|
# User Wolfgang Rosenauer <wr@rosenauer.org>
|
|
|
|
diff --git a/media/gmp-clearkey/0.1/openaes/oaes_lib.c b/media/gmp-clearkey/0.1/openaes/oaes_lib.c
|
|
--- a/media/gmp-clearkey/0.1/openaes/oaes_lib.c
|
|
+++ b/media/gmp-clearkey/0.1/openaes/oaes_lib.c
|
|
@@ -27,16 +27,17 @@
|
|
* POSSIBILITY OF SUCH DAMAGE.
|
|
* ---------------------------------------------------------------------------
|
|
*/
|
|
static const char _NR[] = {
|
|
0x4e,0x61,0x62,0x69,0x6c,0x20,0x53,0x2e,0x20,
|
|
0x41,0x6c,0x20,0x52,0x61,0x6d,0x6c,0x69,0x00 };
|
|
|
|
#include <stdlib.h>
|
|
+#include <stdio.h>
|
|
#include <stddef.h>
|
|
#include <time.h>
|
|
#include <string.h>
|
|
|
|
#ifdef WIN32
|
|
#include <process.h>
|
|
#endif
|
|
|