Latest update.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
#include <openssl/rc4.h>
|
||||
#include "rc4_locl.h"
|
||||
#include "rc4_local.h"
|
||||
|
||||
/*-
|
||||
* RC4 as implemented from a posting from
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
* https://www.openssl.org/source/license.html
|
||||
*/
|
||||
|
||||
#ifndef HEADER_RC4_LOCL_H
|
||||
# define HEADER_RC4_LOCL_H
|
||||
#ifndef OSSL_CRYPTO_RC4_LOCAL_H
|
||||
# define OSSL_CRYPTO_RC4_LOCAL_H
|
||||
|
||||
# include <openssl/opensslconf.h>
|
||||
# include "internal/cryptlib.h"
|
||||
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
#include <openssl/rc4.h>
|
||||
#include "rc4_locl.h"
|
||||
#include "rc4_local.h"
|
||||
#include <openssl/opensslv.h>
|
||||
|
||||
const char *RC4_options(void)
|
||||
|
||||
Reference in New Issue
Block a user