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:
06f851f
)
Another ENGINE implementation dependant on string.h.
author
Geoff Thorpe
<geoff@openssl.org>
Fri, 18 Oct 2002 19:23:27 +0000
(19:23 +0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Fri, 18 Oct 2002 19:23:27 +0000
(19:23 +0000)
engines/e_nuron.c
patch
|
blob
|
history
diff --git
a/engines/e_nuron.c
b/engines/e_nuron.c
index 4585dbed1fa77c0b5f627e24e571a829a982fd6b..d7960a9d9526d447cc60ae10ab8503039ad3591d 100644
(file)
--- a/
engines/e_nuron.c
+++ b/
engines/e_nuron.c
@@
-57,6
+57,7
@@
*/
#include <stdio.h>
+#include <string.h>
#include <openssl/crypto.h>
#include <openssl/buffer.h>
#include <openssl/dso.h>