Include fips header file in err_all.c if needed.

This commit is contained in:
Dr. Stephen Henson 2011-02-03 16:03:21 +00:00
parent 65041aa27e
commit cc5c772abd

View File

@ -97,6 +97,9 @@
#include <openssl/ui.h>
#include <openssl/ocsp.h>
#include <openssl/err.h>
#ifdef OPENSSL_FIPS
#include <openssl/fips.h>
#endif
#include <openssl/ts.h>
#ifndef OPENSSL_NO_CMS
#include <openssl/cms.h>