commit | a3654f058690bbb3d986d1a063b6c3742fd30af5 | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Wed Feb 16 17:25:01 2011 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Wed Feb 16 17:25:01 2011 +0000 |
tree | d14d8687e191e2ccedd8264c646808183de37afa | |
parent | 017bc57bf9734777d7cc0b847a55b0d762b5a149 [diff] [blame] |
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"