63 lines
801 B
C
63 lines
801 B
C
/* cyassl options.h
|
|
* generated from wolfssl/options.h
|
|
*/
|
|
/* wolfssl options.h
|
|
* generated from configure options
|
|
*
|
|
* Copyright (C) 2006-2015 wolfSSL Inc.
|
|
*
|
|
* This file is part of wolfSSL. (formerly known as CyaSSL)
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#undef _POSIX_THREADS
|
|
#define _POSIX_THREADS
|
|
|
|
#undef HAVE_THREAD_LS
|
|
#define HAVE_THREAD_LS
|
|
|
|
#undef NDEBUG
|
|
#define NDEBUG
|
|
|
|
#undef _THREAD_SAFE
|
|
#define _THREAD_SAFE
|
|
|
|
#undef NO_DSA
|
|
#define NO_DSA
|
|
|
|
#undef NO_PSK
|
|
#define NO_PSK
|
|
|
|
#undef NO_DH
|
|
#define NO_DH
|
|
|
|
#undef NO_MD4
|
|
#define NO_MD4
|
|
|
|
#undef NO_HC128
|
|
#define NO_HC128
|
|
|
|
#undef NO_RABBIT
|
|
#define NO_RABBIT
|
|
|
|
#undef HAVE_HASHDRBG
|
|
#define HAVE_HASHDRBG
|
|
|
|
#undef NO_PWDBASED
|
|
#define NO_PWDBASED
|
|
|
|
#undef USE_FAST_MATH
|
|
#define USE_FAST_MATH
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|