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