Include openssl/crypto.h first in several other files so FIPS renaming
is picked up.
diff --git a/ssl/d1_clnt.c b/ssl/d1_clnt.c
index 255c19d..706e228 100644
--- a/ssl/d1_clnt.c
+++ b/ssl/d1_clnt.c
@@ -114,6 +114,7 @@
  */
 
 #include <stdio.h>
+#include <openssl/crypto.h>
 #include "ssl_locl.h"
 #ifndef OPENSSL_NO_KRB5
 #include "kssl_lcl.h"