Latest update.

This commit is contained in:
2019-10-17 23:54:38 +09:00
parent 41a23ae6f6
commit ee84d0dd84
1357 changed files with 41111 additions and 9603 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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)