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:
d764e7e
)
Fix multiple ; warning.
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 18 Oct 2008 15:02:59 +0000
(15:02 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 18 Oct 2008 15:02:59 +0000
(15:02 +0000)
crypto/objects/objects.h
patch
|
blob
|
history
diff --git
a/crypto/objects/objects.h
b/crypto/objects/objects.h
index 55f65f29ce192f85483d129899d9ca0b4226e1a5..7868023af13849c61c48904b545cbcf736afca3c 100644
(file)
--- a/
crypto/objects/objects.h
+++ b/
crypto/objects/objects.h
@@
-1022,7
+1022,7
@@
const void * OBJ_bsearch_ex_(const void *key,const void *base,int num,
scope type1 *cmp##_type_1; \
scope type2 *cmp##_type_2; \
scope int cmp##_BSEARCH_CMP_FN(const void *, const void *); \
- scope int cmp(const type1 const *, const type2 const *)
;
+ scope int cmp(const type1 const *, const type2 const *)
#define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \
_DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)