From 62f5688f6bad4129c6ae6fa0b88d422b5afcc349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Thu, 20 Aug 2009 14:41:33 +0000 Subject: [PATCH] - add missing semicolon --- openssl-1.0.0-beta3-fips.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl-1.0.0-beta3-fips.patch b/openssl-1.0.0-beta3-fips.patch index 57b560a..e794053 100644 --- a/openssl-1.0.0-beta3-fips.patch +++ b/openssl-1.0.0-beta3-fips.patch @@ -10601,7 +10601,7 @@ diff -up openssl-1.0.0-beta3/crypto/rc4/asm/rc4-586.pl.fips openssl-1.0.0-beta3/ &external_label("OPENSSL_ia32cap_P"); -+$setkeyfunc = "RC4_set_key" ++$setkeyfunc = "RC4_set_key"; +$setkeyfunc = "private_RC4_set_key" if ($ENV{FIPS} ne ""); + +