Remove spurious ;
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
a33b13128f
commit
555b66e45a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user