ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / web / firefox / patches / patch-security_nss_lib_freebl_mpi_montmulf.c.patch
blob455cf7dbe3b86128ec2d7963478518171400f927
1 diff --git a/security/nss/lib/freebl/mpi/montmulf.c b/security/nss/lib/freebl/mpi/montmulf.c
2 index ce8fbc3..6d067d8 100644
3 --- a/security/nss/lib/freebl/mpi/montmulf.c
4 +++ b/security/nss/lib/freebl/mpi/montmulf.c
5 @@ -3,7 +3,7 @@
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
8 #ifdef SOLARIS
9 -#define RF_INLINE_MACROS 1
10 +#undef RF_INLINE_MACROS
11 #endif
13 static const double TwoTo16 = 65536.0;