projects
/
BearSSL
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b4cd86
)
Removed unreachable code.
author
Thomas Pornin
<pornin@bolet.org>
Sat, 12 Nov 2016 13:40:03 +0000
(14:40 +0100)
committer
Thomas Pornin
<pornin@bolet.org>
Sat, 12 Nov 2016 13:40:03 +0000
(14:40 +0100)
tools/names.c
patch
|
blob
|
history
diff --git
a/tools/names.c
b/tools/names.c
index
dcc5b17
..
b34354e
100644
(file)
--- a/
tools/names.c
+++ b/
tools/names.c
@@
-387,7
+387,6
@@
eqstr_chunk(const char *s1, size_t s1_len, const char *s2, size_t s2_len)
return 1;
}
}
- return 1;
}
/* see brssl.h */