diff options
author | Richard Levitte <levitte@openssl.org> | 2000-03-14 04:09:48 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2000-03-14 04:09:48 +0000 |
commit | 8824ec7cd514e0faed1c19c078c16fd1f5e3669c (patch) | |
tree | 8540a139e38cd08c758b289a2d0ba5ad1486f629 /apps/rand.c | |
parent | 80870566cf49263fab7b0fe06c79985be8270d68 (diff) | |
download | openssl-new-8824ec7cd514e0faed1c19c078c16fd1f5e3669c.tar.gz |
Make sure strcmp() gets declared.
Diffstat (limited to 'apps/rand.c')
-rw-r--r-- | apps/rand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/rand.c b/apps/rand.c index f1c2e9491d..cfbba30755 100644 --- a/apps/rand.c +++ b/apps/rand.c @@ -4,6 +4,7 @@ #include <ctype.h> #include <stdio.h> +#include <string.h> #include <openssl/bio.h> #include <openssl/err.h> |