Include openssl/crypto.h first in several other files so FIPS renaming

is picked up.
This commit is contained in:
Dr. Stephen Henson
2011-02-16 17:25:01 +00:00
parent 017bc57bf9
commit a3654f0586
29 changed files with 29 additions and 1 deletions

View File

@@ -146,6 +146,7 @@
# include <assert.h>
#endif
#include <stdio.h>
#include <openssl/crypto.h>
#include "ssl_locl.h"
#include "kssl_lcl.h"
#include <openssl/objects.h>