forked from rpms/openssl
- add missing semicolon
This commit is contained in:
parent
2ccfa6b48f
commit
62f5688f6b
@ -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");
|
&external_label("OPENSSL_ia32cap_P");
|
||||||
|
|
||||||
+$setkeyfunc = "RC4_set_key"
|
+$setkeyfunc = "RC4_set_key";
|
||||||
+$setkeyfunc = "private_RC4_set_key" if ($ENV{FIPS} ne "");
|
+$setkeyfunc = "private_RC4_set_key" if ($ENV{FIPS} ne "");
|
||||||
+
|
+
|
||||||
+
|
+
|
||||||
|
Loading…
Reference in New Issue
Block a user