diff options
author | Ulf Möller <ulf@openssl.org> | 1999-04-21 00:50:42 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-04-21 00:50:42 +0200 |
commit | 95dc05bc6d0dfe0f3f3681f5e27afbc3f7a35eea (patch) | |
tree | 6bdbca71df2722da6b3c27c8cc2a0b00115edaa9 /apps/nseq.c | |
parent | Fix some warnings. (diff) | |
download | openssl-95dc05bc6d0dfe0f3f3681f5e27afbc3f7a35eea.tar.xz openssl-95dc05bc6d0dfe0f3f3681f5e27afbc3f7a35eea.zip |
Fix lots of warnings.
Submitted by: Richard Levitte <levitte@stacken.kth.se>
Diffstat (limited to 'apps/nseq.c')
-rw-r--r-- | apps/nseq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/nseq.c b/apps/nseq.c index 3c70e4d2be..a36f29f518 100644 --- a/apps/nseq.c +++ b/apps/nseq.c @@ -57,6 +57,7 @@ */ #include <stdio.h> +#include <string.h> #include "pem.h" #include "err.h" #include "apps.h" |