diff options
author | Bodo Möller <bodo@openssl.org> | 1999-05-29 01:18:51 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-05-29 01:18:51 +0200 |
commit | 436a376bb048453990e19eb236ffff4ebfcd42ad (patch) | |
tree | c75eee2e686ab13aaac5e0ca043c6f18622043d8 /crypto/md5/md5_locl.h | |
parent | sco5-gcc configuration. (diff) | |
download | openssl-436a376bb048453990e19eb236ffff4ebfcd42ad.tar.xz openssl-436a376bb048453990e19eb236ffff4ebfcd42ad.zip |
Some assembler-related clean-ups.
Diffstat (limited to 'crypto/md5/md5_locl.h')
-rw-r--r-- | crypto/md5/md5_locl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/md5/md5_locl.h b/crypto/md5/md5_locl.h index cc96bf50d5..222639788f 100644 --- a/crypto/md5/md5_locl.h +++ b/crypto/md5/md5_locl.h @@ -58,6 +58,7 @@ #include <stdlib.h> #include <string.h> +#include <openssl/opensslconf.h> #include <openssl/md5.h> #ifndef MD5_LONG_LOG2 |