2016-05-17 18:24:46 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2011-2016 The OpenSSL Project Authors. All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
|
|
* 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
|
|
|
|
*/
|
|
|
|
|
2011-02-03 16:16:30 +00:00
|
|
|
#include <openssl/opensslconf.h>
|
|
|
|
|
2016-01-31 18:08:23 +00:00
|
|
|
#ifndef OPENSSL_FIPS
|
|
|
|
NON_EMPTY_TRANSLATION_UNIT
|
2011-02-03 16:16:30 +00:00
|
|
|
#else
|
2016-01-31 18:08:23 +00:00
|
|
|
# include "fips_err.h"
|
2011-02-03 16:16:30 +00:00
|
|
|
#endif
|