remove OPENSSL_FIPSAPI

Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Dr. Stephen Henson 2014-10-20 13:13:59 +01:00
parent b2ecc05a9a
commit 73e45b2dd1
51 changed files with 51 additions and 51 deletions

View file

@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
#define OPENSSL_FIPSAPI
#include "cryptlib.h"
#include "bn_lcl.h"

View file

@ -109,7 +109,7 @@
* [including the GNU Public Licence.]
*/
#define OPENSSL_FIPSAPI
#include "cryptlib.h"
#include "bn_lcl.h"

View file

@ -60,7 +60,7 @@
#endif
#endif
#define OPENSSL_FIPSAPI
#include <assert.h>

View file

@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
#define OPENSSL_FIPSAPI
#include <openssl/bn.h>
#include "cryptlib.h"

View file

@ -109,7 +109,7 @@
*
*/
#define OPENSSL_FIPSAPI
#include "cryptlib.h"
#include "bn_lcl.h"

View file

@ -109,7 +109,7 @@
*
*/
#define OPENSSL_FIPSAPI
#include <stdio.h>
#include "cryptlib.h"

View file

@ -109,7 +109,7 @@
*
*/
#define OPENSSL_FIPSAPI
#include "cryptlib.h"
#include "bn_lcl.h"

View file

@ -88,7 +88,7 @@
*
*/
#define OPENSSL_FIPSAPI
#include <assert.h>
#include <limits.h>

View file

@ -61,7 +61,7 @@
# define NDEBUG
#endif
#define OPENSSL_FIPSAPI
#include <assert.h>
#include <limits.h>

View file

@ -111,7 +111,7 @@
* [including the GNU Public Licence.]
*/
#define OPENSSL_FIPSAPI
#include "cryptlib.h"
#include "bn_lcl.h"

View file

@ -116,7 +116,7 @@
* sections 3.8 and 4.2 in http://security.ece.orst.edu/koc/papers/r01rsasw.pdf
*/
#define OPENSSL_FIPSAPI
#include "cryptlib.h"
#include "bn_lcl.h"

View file

@ -109,7 +109,7 @@
*
*/
#define OPENSSL_FIPSAPI
#include <stdio.h>
#include <time.h>

View file

@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
#define OPENSSL_FIPSAPI
#include "cryptlib.h"
#include "bn_lcl.h"

View file

@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
#define OPENSSL_FIPSAPI
#include <stdio.h>
#include "cryptlib.h"

View file

@ -51,7 +51,7 @@
* ====================================================================
*/
#define OPENSSL_FIPSAPI
#include <stdio.h>
#include <stdlib.h>

View file

@ -61,7 +61,7 @@
* - Geoff
*/
#define OPENSSL_FIPSAPI
#include <stdio.h>
#include "cryptlib.h"

View file

@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
#define OPENSSL_FIPSAPI
#include <stdio.h>
#include "cryptlib.h"

View file

@ -73,7 +73,7 @@
#ifndef OPENSSL_NO_SHA
#define OPENSSL_FIPSAPI
#include <stdio.h>
#include "cryptlib.h"

View file

@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
#define OPENSSL_FIPSAPI
#include <stdio.h>
#include <time.h>

View file

@ -58,7 +58,7 @@
/* Original version from Steven Schoch <schoch@sheba.arc.nasa.gov> */
#define OPENSSL_FIPSAPI
#include <stdio.h>
#include "cryptlib.h"

View file

@ -58,7 +58,7 @@
/* Original version from Steven Schoch <schoch@sheba.arc.nasa.gov> */
#define OPENSSL_FIPSAPI
#include "cryptlib.h"
#include <openssl/dsa.h>

View file

@ -67,7 +67,7 @@
*
*/
#define OPENSSL_FIPSAPI
#include <openssl/err.h>

View file

@ -67,7 +67,7 @@
*
*/
#define OPENSSL_FIPSAPI
#include <openssl/err.h>

View file

@ -69,7 +69,7 @@
*
*/
#define OPENSSL_FIPSAPI
#include <string.h>
#include "ec_lcl.h"

View file

@ -69,7 +69,7 @@
*
*/
#define OPENSSL_FIPSAPI
#include <openssl/err.h>
#include "ec_lcl.h"

View file

@ -61,7 +61,7 @@
* contributed to the OpenSSL project.
*/
#define OPENSSL_FIPSAPI
#include <string.h>
#include "ec_lcl.h"

View file

@ -61,7 +61,7 @@
* SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
*/
#define OPENSSL_FIPSAPI
#include <string.h>

View file

@ -61,7 +61,7 @@
* and contributed to the OpenSSL project.
*/
#define OPENSSL_FIPSAPI
#include <string.h>

View file

@ -61,7 +61,7 @@
* and contributed to the OpenSSL project.
*/
#define OPENSSL_FIPSAPI
#include <openssl/err.h>

View file

@ -61,7 +61,7 @@
* and contributed to the OpenSSL project.
*/
#define OPENSSL_FIPSAPI
#include <limits.h>

View file

@ -62,7 +62,7 @@
* and contributed to the OpenSSL project.
*/
#define OPENSSL_FIPSAPI
#include <openssl/err.h>
#include <openssl/symhacks.h>

View file

@ -51,7 +51,7 @@
* ====================================================================
*/
#define OPENSSL_FIPSAPI
#include <string.h>
#include <openssl/ecdh.h>

View file

@ -67,7 +67,7 @@
*
*/
#define OPENSSL_FIPSAPI
#include "ech_locl.h"

View file

@ -67,7 +67,7 @@
*
*/
#define OPENSSL_FIPSAPI
#include <string.h>
#include <limits.h>

View file

@ -56,7 +56,7 @@
*
*/
#define OPENSSL_FIPSAPI
#include "ecs_locl.h"
#include <openssl/err.h>

View file

@ -48,7 +48,7 @@
*
*/
#define OPENSSL_FIPSAPI
#include <openssl/opensslconf.h>
#ifndef OPENSSL_NO_AES

View file

@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
#define OPENSSL_FIPSAPI
#include <stdio.h>
#include "cryptlib.h"

View file

@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
#define OPENSSL_FIPSAPI
#include <stdio.h>
#include <stdlib.h>

View file

@ -47,7 +47,7 @@
* ====================================================================
*/
#define OPENSSL_FIPSAPI
#include <openssl/crypto.h>
#include "modes_lcl.h"

View file

@ -109,7 +109,7 @@
*
*/
#define OPENSSL_FIPSAPI
#ifdef MD_RAND_DEBUG
# ifndef NDEBUG

View file

@ -109,7 +109,7 @@
*
*/
#define OPENSSL_FIPSAPI
#include "cryptlib.h"
#include <openssl/rand.h>

View file

@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
#define OPENSSL_FIPSAPI
#include <stdio.h>
#include <openssl/crypto.h>

View file

@ -109,7 +109,7 @@
*
*/
#define OPENSSL_FIPSAPI
#include "cryptlib.h"
#include <openssl/bn.h>

View file

@ -62,7 +62,7 @@
* - Geoff
*/
#define OPENSSL_FIPSAPI
#include <stdio.h>
#include <time.h>

View file

@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
#define OPENSSL_FIPSAPI
#include "cryptlib.h"
#include <openssl/bn.h>

View file

@ -18,7 +18,7 @@
* an equivalent notion.
*/
#define OPENSSL_FIPSAPI
#include "constant_time_locl.h"

View file

@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
#define OPENSSL_FIPSAPI
#include "constant_time_locl.h"

View file

@ -56,7 +56,7 @@
*
*/
#define OPENSSL_FIPSAPI
#include <stdio.h>
#include "cryptlib.h"

View file

@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
#define OPENSSL_FIPSAPI
#include <stdio.h>
#include "cryptlib.h"

View file

@ -56,7 +56,7 @@
*
*/
#define OPENSSL_FIPSAPI
#include <stdio.h>
#include "cryptlib.h"

View file

@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
#define OPENSSL_FIPSAPI
#include <stdio.h>
#include <string.h>