initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
diff --git a/src/tpm_library.c b/src/tpm_library.c
|
||||
index f48f4fd..7b2ea68 100644
|
||||
--- a/src/tpm_library.c
|
||||
+++ b/src/tpm_library.c
|
||||
@@ -435,7 +435,7 @@ static unsigned char *TPMLIB_GetPlaintext(const char *stream,
|
||||
const char *endtag,
|
||||
size_t *length)
|
||||
{
|
||||
- char *start, *end;
|
||||
+ const char *start, *end;
|
||||
unsigned char *plaintext = NULL;
|
||||
|
||||
start = strstr(stream, starttag);
|
||||
Reference in New Issue
Block a user