diff options
author | Richard Levitte <levitte@openssl.org> | 2001-02-20 13:43:11 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-02-20 13:43:11 +0100 |
commit | 3ebac273f5794b9f13f0c736d56c6106d5f8b2af (patch) | |
tree | 105e1f6e7ec91d3a9409838e6a66eb8f4dd315b5 /crypto/asn1/tasn_utl.c | |
parent | Use 0 instead of NULL, at least for function casts, since there are (diff) | |
download | openssl-3ebac273f5794b9f13f0c736d56c6106d5f8b2af.tar.xz openssl-3ebac273f5794b9f13f0c736d56c6106d5f8b2af.zip |
Include string.h so mem* functions get properly declared.
Diffstat (limited to 'crypto/asn1/tasn_utl.c')
-rw-r--r-- | crypto/asn1/tasn_utl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asn1/tasn_utl.c b/crypto/asn1/tasn_utl.c index 16b2c14781..2e18f9f3f5 100644 --- a/crypto/asn1/tasn_utl.c +++ b/crypto/asn1/tasn_utl.c @@ -58,6 +58,7 @@ #include <stddef.h> +#include <string.h> #include <openssl/asn1.h> #include <openssl/asn1t.h> #include <openssl/objects.h> |