2016-05-17 18:24:46 +00:00
|
|
|
/*
|
|
|
|
* Copyright 1998-2016 The OpenSSL Project Authors. All Rights Reserved.
|
|
|
|
*
|
2018-12-06 12:52:38 +00:00
|
|
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
2016-05-17 18:24:46 +00: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 14:48:25 +00:00
|
|
|
#ifndef HEADER_RC4_LOCL_H
|
2015-01-22 03:40:55 +00:00
|
|
|
# define HEADER_RC4_LOCL_H
|
2016-01-27 23:43:25 +00:00
|
|
|
|
2015-01-22 03:40:55 +00:00
|
|
|
# include <openssl/opensslconf.h>
|
2015-05-14 14:56:48 +00:00
|
|
|
# include "internal/cryptlib.h"
|
2016-01-27 23:43:25 +00:00
|
|
|
|
1999-04-21 17:31:05 +00:00
|
|
|
#endif
|