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:
a33b131
)
Remove spurious ;
author
Richard Levitte
<levitte@openssl.org>
Wed, 13 Jan 2016 20:29:24 +0000
(21:29 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 13 Jan 2016 20:29:24 +0000
(21:29 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
include/openssl/ossl_typ.h
patch
|
blob
|
history
diff --git
a/include/openssl/ossl_typ.h
b/include/openssl/ossl_typ.h
index ebe091cf2070edeec4ebc42adac217b26429db50..87b99f278335b11e6f76cde16a5becc6b05f0a1d 100644
(file)
--- a/
include/openssl/ossl_typ.h
+++ b/
include/openssl/ossl_typ.h
@@
-202,7
+202,7
@@
typedef struct ocsp_response_st OCSP_RESPONSE;
typedef struct ocsp_responder_id_st OCSP_RESPID;
#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) \
- && !defined(OPENSSL_SYS_VMS)
;
+ && !defined(OPENSSL_SYS_VMS)
typedef intmax_t ossl_intmax_t;
typedef uintmax_t ossl_uintmax_t;
#else