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:
4981372
)
Include string.h so mem* functions get properly declared.
author
Richard Levitte
<levitte@openssl.org>
Tue, 20 Feb 2001 12:51:56 +0000
(12:51 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 20 Feb 2001 12:51:56 +0000
(12:51 +0000)
crypto/asn1/tasn_enc.c
patch
|
blob
|
history
diff --git
a/crypto/asn1/tasn_enc.c
b/crypto/asn1/tasn_enc.c
index 4b2784987a86991328fa2894a392509e38fffda5..365c4f75b04adc24bde18db9ea2e3a54035b7853 100644
(file)
--- a/
crypto/asn1/tasn_enc.c
+++ b/
crypto/asn1/tasn_enc.c
@@
-58,6
+58,7
@@
#include <stddef.h>
+#include <string.h>
#include <openssl/asn1.h>
#include <openssl/asn1t.h>
#include <openssl/objects.h>