summaryrefslogtreecommitdiffstats
path: root/apps/nseq.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-21 00:50:42 +0200
committerUlf Möller <ulf@openssl.org>1999-04-21 00:50:42 +0200
commit95dc05bc6d0dfe0f3f3681f5e27afbc3f7a35eea (patch)
tree6bdbca71df2722da6b3c27c8cc2a0b00115edaa9 /apps/nseq.c
parentFix some warnings. (diff)
downloadopenssl-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.c1
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"