diff options
author | levitte <levitte> | 2000-09-09 18:05:21 +0000 |
---|---|---|
committer | levitte <levitte> | 2000-09-09 18:05:21 +0000 |
commit | e8e847b538da8ac367f535770c97fb562d6e0cec (patch) | |
tree | 6e85e1e74ee783ad279c195fb4aea5066268acc3 /crypto/conf | |
parent | b49a21212dd3f882d9ec2a39f4a69a028812c86e (diff) | |
download | openssl-e8e847b538da8ac367f535770c97fb562d6e0cec.tar.gz |
More VMS synchronisation
Diffstat (limited to 'crypto/conf')
-rw-r--r-- | crypto/conf/conf_api.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/conf/conf_api.c b/crypto/conf/conf_api.c index 919aebe31..d05a778ff 100644 --- a/crypto/conf/conf_api.c +++ b/crypto/conf/conf_api.c @@ -64,6 +64,7 @@ #endif #include <assert.h> +#include <string.h> #include <openssl/conf.h> #include <openssl/conf_api.h> |