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:
8ce2912
)
avoid "statement not reached" warning
author
Bodo Möller
<bodo@openssl.org>
Thu, 13 Sep 2001 13:02:59 +0000
(13:02 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 13 Sep 2001 13:02:59 +0000
(13:02 +0000)
crypto/objects/obj_dat.c
patch
|
blob
|
history
diff --git
a/crypto/objects/obj_dat.c
b/crypto/objects/obj_dat.c
index fbbc03858aca3c719598ca950968b7fb770f4d82..8094c7df95f4da09982e89bbf72b6c5dc12cf9be 100644
(file)
--- a/
crypto/objects/obj_dat.c
+++ b/
crypto/objects/obj_dat.c
@@
-176,7
+176,6
@@
static int add_cmp(const void *ca_void, const void *cb_void)
/* abort(); */
return 0;
}
- return(1); /* should not get here */
}
static int init_added(void)