aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-01-13 21:29:24 +0100
committerRichard Levitte <levitte@openssl.org>2016-01-13 21:29:24 +0100
commit555b66e45abb5030ce6bd5d3db8dccfba854e330 (patch)
tree054c53c1738766b7cb20314e6dfdd6bf923b8b56 /include
parenta33b13128fd141baaea72b038a502a7904138d91 (diff)
downloadopenssl-555b66e45abb5030ce6bd5d3db8dccfba854e330.tar.gz
Remove spurious ;
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ossl_typ.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/ossl_typ.h b/include/openssl/ossl_typ.h
index ebe091cf20..87b99f2783 100644
--- 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