[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Wed Jan 13 20:29:33 UTC 2016
The branch master has been updated
via 555b66e45abb5030ce6bd5d3db8dccfba854e330 (commit)
from a33b13128fd141baaea72b038a502a7904138d91 (commit)
- Log -----------------------------------------------------------------
commit 555b66e45abb5030ce6bd5d3db8dccfba854e330
Author: Richard Levitte <levitte at openssl.org>
Date: Wed Jan 13 21:29:24 2016 +0100
Remove spurious ;
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
include/openssl/ossl_typ.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/openssl/ossl_typ.h b/include/openssl/ossl_typ.h
index ebe091c..87b99f2 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
More information about the openssl-commits
mailing list