diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-02-16 18:25:01 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-02-16 18:25:01 +0100 |
commit | a3654f058690bbb3d986d1a063b6c3742fd30af5 (patch) | |
tree | d14d8687e191e2ccedd8264c646808183de37afa /crypto/mdc2 | |
parent | Experimental FIPS symbol renaming. (diff) | |
download | openssl-a3654f058690bbb3d986d1a063b6c3742fd30af5.tar.xz openssl-a3654f058690bbb3d986d1a063b6c3742fd30af5.zip |
Include openssl/crypto.h first in several other files so FIPS renaming
is picked up.
Diffstat (limited to 'crypto/mdc2')
-rw-r--r-- | crypto/mdc2/mdc2dgst.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/mdc2/mdc2dgst.c b/crypto/mdc2/mdc2dgst.c index 4aa406edc3..302f9ab9a8 100644 --- a/crypto/mdc2/mdc2dgst.c +++ b/crypto/mdc2/mdc2dgst.c @@ -59,6 +59,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <openssl/crypto.h> #include <openssl/des.h> #include <openssl/mdc2.h> |