aboutsummaryrefslogtreecommitdiff
path: root/drivers/builtin_openssl2/crypto/rc4/rc4_utl.c
diff options
context:
space:
mode:
authormrezai2016-04-10 17:48:59 +0430
committermrezai2016-04-10 17:48:59 +0430
commitc860574d8ba246b5e2c59578f24accd2ace5e9bc (patch)
tree5c8f90fc94bc49da9b35c2f532f186aa0817e6bc /drivers/builtin_openssl2/crypto/rc4/rc4_utl.c
parentd454e64f429affb89de036eed6daa5c6e5278492 (diff)
downloadgodot-c860574d8ba246b5e2c59578f24accd2ace5e9bc.tar.gz
godot-c860574d8ba246b5e2c59578f24accd2ace5e9bc.tar.zst
godot-c860574d8ba246b5e2c59578f24accd2ace5e9bc.zip
Update OpenSSL to version 1.0.1s
Diffstat (limited to 'drivers/builtin_openssl2/crypto/rc4/rc4_utl.c')
-rw-r--r--drivers/builtin_openssl2/crypto/rc4/rc4_utl.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/builtin_openssl2/crypto/rc4/rc4_utl.c b/drivers/builtin_openssl2/crypto/rc4/rc4_utl.c
index ab3f02fe6..cbd4a24e4 100644
--- a/drivers/builtin_openssl2/crypto/rc4/rc4_utl.c
+++ b/drivers/builtin_openssl2/crypto/rc4/rc4_utl.c
@@ -1,4 +1,4 @@
-/* crypto/rc4/rc4_utl.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/rc4/rc4_utl.c */
/* ====================================================================
* Copyright (c) 2011 The OpenSSL Project. All rights reserved.
*
@@ -7,7 +7,7 @@
* are met:
*
* 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
+ * notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
@@ -54,9 +54,9 @@
#include <openssl/rc4.h>
void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data)
- {
+{
#ifdef OPENSSL_FIPS
- fips_cipher_abort(RC4);
+ fips_cipher_abort(RC4);
#endif
- private_RC4_set_key(key, len, data);
- }
+ private_RC4_set_key(key, len, data);
+}