strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1f90c7
)
Segment check added for libhydra.
author
Tobias Brunner
<tobias@strongswan.org>
Wed, 24 Mar 2010 14:25:35 +0000
(15:25 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Wed, 24 Mar 2010 17:53:10 +0000
(18:53 +0100)
src/checksum/checksum_builder.c
patch
|
blob
|
history
diff --git
a/src/checksum/checksum_builder.c
b/src/checksum/checksum_builder.c
index
a650518
..
b68a25a
100644
(file)
--- a/
src/checksum/checksum_builder.c
+++ b/
src/checksum/checksum_builder.c
@@
-76,6
+76,7
@@
int main(int argc, char* argv[])
else if (strstr(path, "libhydra.so"))
{
name = strdup("libhydra\",");
+ sname = strdup("libhydra_init");
}
else if (strstr(path, "libcharon.so"))
{