2016-05-18 02:24:46 +08:00
|
|
|
/*
|
|
|
|
* Copyright 1998-2016 The OpenSSL Project Authors. All Rights Reserved.
|
|
|
|
*
|
2018-12-06 20:52:38 +08:00
|
|
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
2016-05-18 02:24:46 +08:00
|
|
|
* this file except in compliance with the License. You can obtain a copy
|
|
|
|
* in the file LICENSE in the source distribution or at
|
|
|
|
* https://www.openssl.org/source/license.html
|
|
|
|
*/
|
|
|
|
|
1999-06-14 22:48:25 +08:00
|
|
|
#ifndef HEADER_RC4_LOCL_H
|
2015-01-22 11:40:55 +08:00
|
|
|
# define HEADER_RC4_LOCL_H
|
2016-01-28 07:43:25 +08:00
|
|
|
|
2015-01-22 11:40:55 +08:00
|
|
|
# include <openssl/opensslconf.h>
|
2015-05-14 22:56:48 +08:00
|
|
|
# include "internal/cryptlib.h"
|
2016-01-28 07:43:25 +08:00
|
|
|
|
1999-04-22 01:31:05 +08:00
|
|
|
#endif
|