forked from wolfSSL/wolfssl
rename random.h ctc_random.h
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
AC_INIT(cyassl,2.0.0rc1b,http://www.yassl.com) # !!! also change in ssl.h !!!
|
AC_INIT(cyassl,2.0.0rc1b,http://www.yassl.com) # !!! also change in ssl.h !!!
|
||||||
AC_CONFIG_AUX_DIR(config)
|
AC_CONFIG_AUX_DIR(config)
|
||||||
AM_CONFIG_HEADER(ctaocrypt/include/config.h)
|
AM_CONFIG_HEADER(ctaocrypt/include/ctc_config.h)
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
|
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "integer.h"
|
#include "integer.h"
|
||||||
#include "random.h"
|
#include "ctc_random.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "integer.h"
|
#include "integer.h"
|
||||||
#include "random.h"
|
#include "ctc_random.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "integer.h"
|
#include "integer.h"
|
||||||
#include "random.h"
|
#include "ctc_random.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
/* random.h
|
/* ctc_random.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
||||||
*
|
*
|
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "integer.h"
|
#include "integer.h"
|
||||||
#include "random.h"
|
#include "ctc_random.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@@ -48,7 +48,7 @@
|
|||||||
/* #define CYASSL_LWIP */
|
/* #define CYASSL_LWIP */
|
||||||
|
|
||||||
#if defined(USE_CYASSL_CONFIG) || defined(HAVE_CONFIG_H)
|
#if defined(USE_CYASSL_CONFIG) || defined(HAVE_CONFIG_H)
|
||||||
#include "config.h" /* may not want global HAVE_CONFIG_H */
|
#include "ctc_config.h" /* may not want global HAVE_CONFIG_H */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "visibility.h"
|
#include "visibility.h"
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
#include "os_settings.h"
|
#include "os_settings.h"
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "ctc_config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#include "ctc_dsa.h"
|
#include "ctc_dsa.h"
|
||||||
#include "ctc_sha.h"
|
#include "ctc_sha.h"
|
||||||
#include "random.h"
|
#include "ctc_random.h"
|
||||||
#include "error.h"
|
#include "error.h"
|
||||||
|
|
||||||
|
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "random.h"
|
#include "ctc_random.h"
|
||||||
#include "error.h"
|
#include "error.h"
|
||||||
|
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "ctc_rsa.h"
|
#include "ctc_rsa.h"
|
||||||
#include "random.h"
|
#include "ctc_random.h"
|
||||||
#include "error.h"
|
#include "error.h"
|
||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
#include "sha256.h"
|
#include "sha256.h"
|
||||||
#include "sha512.h"
|
#include "sha512.h"
|
||||||
#include "arc4.h"
|
#include "arc4.h"
|
||||||
#include "random.h"
|
#include "ctc_random.h"
|
||||||
#include "coding.h"
|
#include "coding.h"
|
||||||
#include "asn.h"
|
#include "asn.h"
|
||||||
#include "des3.h"
|
#include "des3.h"
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "random.h"
|
#include "ctc_random.h"
|
||||||
#include "des3.h"
|
#include "des3.h"
|
||||||
#include "hc128.h"
|
#include "hc128.h"
|
||||||
#include "rabbit.h"
|
#include "rabbit.h"
|
||||||
|
@@ -36,7 +36,7 @@
|
|||||||
#include "des.h"
|
#include "des.h"
|
||||||
/* openssl headers end, cyassl internal headers next */
|
/* openssl headers end, cyassl internal headers next */
|
||||||
#include "ctc_hmac.h"
|
#include "ctc_hmac.h"
|
||||||
#include "random.h"
|
#include "ctc_random.h"
|
||||||
#include "des3.h"
|
#include "des3.h"
|
||||||
#include "ctc_md4.h"
|
#include "ctc_md4.h"
|
||||||
#include "coding.h"
|
#include "coding.h"
|
||||||
|
Reference in New Issue
Block a user