artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7279d8
)
Use static inline for rc4_set_key_internal().
author
jsing
<jsing@openbsd.org>
Thu, 28 Mar 2024 12:11:26 +0000
(12:11 +0000)
committer
jsing
<jsing@openbsd.org>
Thu, 28 Mar 2024 12:11:26 +0000
(12:11 +0000)
lib/libcrypto/rc4/rc4.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/rc4/rc4.c
b/lib/libcrypto/rc4/rc4.c
index
ff29fdd
..
203fee4
100644
(file)
--- a/
lib/libcrypto/rc4/rc4.c
+++ b/
lib/libcrypto/rc4/rc4.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: rc4.c,v 1.1
0 2024/03/28 08:18:13 joshua
Exp $ */
+/* $OpenBSD: rc4.c,v 1.1
1 2024/03/28 12:11:26 jsing
Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@
-262,7
+262,7
@@
rc4_internal(RC4_KEY *key, size_t len, const unsigned char *indata,
void rc4_set_key_internal(RC4_KEY *key, int len, const unsigned char *data);
#else
-static void
+static
inline
void
rc4_set_key_internal(RC4_KEY *key, int len, const unsigned char *data)
{
RC4_INT tmp;