summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rc4/rc4_skey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/rc4/rc4_skey.c')
-rw-r--r--src/lib/libcrypto/rc4/rc4_skey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/rc4/rc4_skey.c b/src/lib/libcrypto/rc4/rc4_skey.c
index 282ed7cc1b..455cd44d13 100644
--- a/src/lib/libcrypto/rc4/rc4_skey.c
+++ b/src/lib/libcrypto/rc4/rc4_skey.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: rc4_skey.c,v 1.11 2014/07/09 11:10:51 bcook Exp $ */ 1/* $OpenBSD: rc4_skey.c,v 1.12 2014/07/12 20:11:45 miod Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -83,7 +83,7 @@ const char *RC4_options(void)
83 * Date: Wed, 14 Sep 1994 06:35:31 GMT 83 * Date: Wed, 14 Sep 1994 06:35:31 GMT
84 */ 84 */
85 85
86void private_RC4_set_key(RC4_KEY *key, int len, const unsigned char *data) 86void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data)
87 { 87 {
88 register RC4_INT tmp; 88 register RC4_INT tmp;
89 register int id1,id2; 89 register int id1,id2;