projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8087056
)
Make sure strcmp() gets declared.
author
Richard Levitte
<levitte@openssl.org>
Tue, 14 Mar 2000 04:09:48 +0000
(
04:09
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 14 Mar 2000 04:09:48 +0000
(
04:09
+0000)
apps/rand.c
patch
|
blob
|
history
diff --git
a/apps/rand.c
b/apps/rand.c
index f1c2e9491d0fcd1ecf4372dd54955c9fa60e8b59..cfbba30755869ac33e78558191cf18d65276f81d 100644
(file)
--- 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>