rc4: fix preprocessor indentation

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10834)
This commit is contained in:
Pauli 2020-01-14 09:03:55 +10:00
parent ee2993abd0
commit ae856791e2

View file

@ -20,9 +20,9 @@
# ifndef OPENSSL_NO_RC4
# include <stddef.h>
#ifdef __cplusplus
# ifdef __cplusplus
extern "C" {
#endif
# endif
typedef struct rc4_key_st {
RC4_INT x, y;